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