Completed
Push — master ( ad217e...00bfa4 )
by Daniel
10s
created
src/DependencyInjection/Compiler/ListenerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,6 +87,6 @@
 block discarded – undo
87 87
         if (null === $firstParameterType) {
88 88
             return null;
89 89
         }
90
-        return (string)$firstParameterType;
90
+        return (string) $firstParameterType;
91 91
     }
92 92
 }
Please login to merge, or discard this patch.