Completed
Push — master ( a38144...cd2367 )
by Fwolf
02:48
created
src/PluginApi/AbstractPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      */
23 23
     protected function sortMessages(array $messages): array
24 24
     {
25
-        $compareFunc = function (
25
+        $compareFunc = function(
26 26
             MessageInterface $message1,
27 27
             MessageInterface $message2
28 28
         ) {
Please login to merge, or discard this patch.