Passed
Push — master ( 35af6e...660627 )
by Михаил
05:31
created
Config/ConfigValidator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@
 block discarded – undo
217 217
             }
218 218
         } else {
219 219
             throw new RequiredFieldException(
220
-                 sprintf(
220
+                    sprintf(
221 221
                     'Either getter method "%s" or isser method "%s" is not found in %s.',
222 222
                     $getterMethodName,
223 223
                     $isserMethodName,
Please login to merge, or discard this patch.