Passed
Branch master (481374)
by Henri
03:04 queued 01:44
created
src/Validator.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
                             $function = "check_{$subkey}";
118 118
                             self::testMethod($function);
119 119
                             self::$function($keyy,$subvalue);
120
-                        }catch(Exception $exception){
120
+                        } catch(Exception $exception){
121 121
                             self::$errors[] = $exception->getMessage();
122 122
                         }
123 123
                         
Please login to merge, or discard this patch.