Skip to content

Commit a443742

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Asynchronous/Routing/SenderLocator.php

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

0 commit comments

Comments
 (0)