@@ -117,7 +117,7 @@ |
||
| 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 | |