@@ -92,7 +92,7 @@ discard block |
||
| 92 | 92 | { |
| 93 | 93 | // debug check all fields are strings |
| 94 | 94 | assert( |
| 95 | - (function () use ($fields) { |
|
| 95 | + (function() use ($fields) { |
|
| 96 | 96 | $allAreStrings = !empty($fields); |
| 97 | 97 | foreach ($fields as $field) { |
| 98 | 98 | $allAreStrings = $allAreStrings === true && is_string($field) === true && empty($field) === false; |
@@ -134,7 +134,7 @@ discard block |
||
| 134 | 134 | { |
| 135 | 135 | // debug check all fields are strings |
| 136 | 136 | assert( |
| 137 | - (function () use ($fields) { |
|
| 137 | + (function() use ($fields) { |
|
| 138 | 138 | $allAreStrings = !empty($fields); |
| 139 | 139 | foreach ($fields as $field) { |
| 140 | 140 | $allAreStrings = $allAreStrings === true && is_string($field) === true && empty($field) === false; |
@@ -176,7 +176,7 @@ discard block |
||
| 176 | 176 | { |
| 177 | 177 | // debug check all fields are strings |
| 178 | 178 | assert( |
| 179 | - (function () use ($paths) { |
|
| 179 | + (function() use ($paths) { |
|
| 180 | 180 | $allAreStrings = !empty($paths); |
| 181 | 181 | foreach ($paths as $path) { |
| 182 | 182 | $allAreStrings = $allAreStrings === true && is_string($path) === true && empty($path) === false; |