Completed
Push — master ( 650bf0...3755f4 )
by Neomerx
03:55
created
src/Validator/Values.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.