Completed
Push — master ( ac0773...9e7056 )
by Alexpts
01:55
created
src/PTS/Validator/Validators/RequiredValidator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     public function __invoke($value): bool
9 9
     {
10 10
         if ($value === null) {
11
-           return false;
11
+            return false;
12 12
         }
13 13
 
14 14
         if (is_string($value) && trim($value) === '') {
Please login to merge, or discard this patch.