@@ -40,7 +40,7 @@ |
||
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.'), |