Passed
Push — main ( 01c9fe...768528 )
by Breno
01:57
created
src/Rules/Required.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,6 +11,6 @@
 block discarded – undo
11 11
 {
12 12
     public function isValid(mixed $input, array $context = []): bool
13 13
     {
14
-       return true;
14
+        return true;
15 15
     }
16 16
 }
Please login to merge, or discard this patch.