Skip to content

Commit cedbab8

Browse files
author
vladimir.reznichenko
committed
SCA: reverted code style changes
1 parent a380dcc commit cedbab8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Asynchronous/Routing/SenderLocator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public static function getValueFromMessageRouting(array $mapping, $message)
5757
if ($interfaceMapping = array_intersect_key($mapping, class_implements($message))) {
5858
return current($interfaceMapping);
5959
}
60-
6160
return $mapping['*'] ?? null;
6261
}
6362
}

0 commit comments

Comments
 (0)