SCA: reverted code style changes

This commit is contained in:
vladimir.reznichenko 2018-10-30 14:12:48 +01:00
parent 300b31fa75
commit c926b1abd3

View File

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