Passed
Pull Request — master (#45)
by X
02:29
created
generated/src/xKerman_Restricted_StringHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     /**
11 11
      * parse give `$source` as PHP serialized string
12 12
      *
13
-     * @param Source $source parser input
13
+     * @param xKerman_Restricted_Source $source parser input
14 14
      * @param string $args   string length
15 15
      * @return array parser result
16 16
      * @throws UnserializeFailedException
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.