@@ -190,7 +190,7 @@ discard block |
||
| 190 | 190 | |
| 191 | 191 | public static function defaultClosure() |
| 192 | 192 | { |
| 193 | - return function ($value) { |
|
| 193 | + return function($value) { |
|
| 194 | 194 | if (empty($value)) { |
| 195 | 195 | return null; |
| 196 | 196 | } |
@@ -200,7 +200,7 @@ discard block |
||
| 200 | 200 | |
| 201 | 201 | public static function doNotUpdateClosure() |
| 202 | 202 | { |
| 203 | - return function () { |
|
| 203 | + return function() { |
|
| 204 | 204 | return false; |
| 205 | 205 | }; |
| 206 | 206 | } |