Passed
Push — master ( 5992dd...593539 )
by Alain
02:25
created
src/Helper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
         $ordered_args = array();
41 41
 
42 42
         foreach ($params as $param) {
43
-            if (! $param instanceof ReflectionParameter) {
43
+            if ( ! $param instanceof ReflectionParameter) {
44 44
                 throw new RuntimeException(
45 45
                     sprintf(
46 46
                         _('Parameter %1$s is not an instance of ReflectionParameter.'),
Please login to merge, or discard this patch.