SCA: applied requested code style changes

This commit is contained in:
Vladimir Reznichenko 2018-10-28 19:42:32 +01:00
parent 0180cb936f
commit 300b31fa75

View File

@ -57,6 +57,7 @@ class SenderLocator implements SenderLocatorInterface
if ($interfaceMapping = array_intersect_key($mapping, class_implements($message))) {
return current($interfaceMapping);
}
return $mapping['*'] ?? null;
}
}