@@ -32,7 +32,7 @@ |
||
| 32 | 32 | |
| 33 | 33 | function |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | |
| 36 | 36 | function |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | function |
@@ -35,7 +35,7 @@ |
||
@@ -32,7 +32,7 @@ |
||
@@ -39,7 +39,7 @@ |
||
@@ -110,7 +110,7 @@ |
||
| 110 | 110 | $matches = []; |
| 111 | 111 | preg_match_all((string) $this, $test, $matches, PREG_SET_ORDER); |
| 112 | 112 | |
| 113 | - $slice = function ($list) { |
|
| 113 | + $slice = function($list) { |
|
| 114 | 114 | return count($list) > 1 |
| 115 | 115 | ? array_slice($list, 1) |
| 116 | 116 | : $list; |