@@ -10,7 +10,7 @@ |
||
| 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 |
@@ -11,6 +11,6 @@ |
||
| 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 |