Passed
Pull Request — master (#45)
by X
02:29
created
generated/src/xKerman_Restricted_BooleanHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,6 +15,6 @@
 block discarded – undo
15 15
      */
16 16
     public function handle(xKerman_Restricted_Source $source, $args)
17 17
     {
18
-        return array((bool) $args, $source);
18
+        return array((bool)$args, $source);
19 19
     }
20 20
 }
21 21
\ No newline at end of file
Please login to merge, or discard this patch.
generated/src/xKerman_Restricted_function.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,6 +11,6 @@
 block discarded – undo
11 11
 {
12 12
     $source = new xKerman_Restricted_Source($str);
13 13
     $parser = new xKerman_Restricted_ExpressionParser();
14
-    list($result, ) = $parser->parse($source);
14
+    list($result,) = $parser->parse($source);
15 15
     return $result;
16 16
 }
17 17
\ No newline at end of file
Please login to merge, or discard this patch.