@@ -50,7 +50,7 @@ |
||
| 50 | 50 | */ |
| 51 | 51 | public static function notNull() |
| 52 | 52 | { |
| 53 | - return new CallableRule(function ($input) { |
|
| 53 | + return new CallableRule(function($input) { |
|
| 54 | 54 | return $input !== null; |
| 55 | 55 | }, MessageCodes::NOT_NULL); |
| 56 | 56 | } |