Test Failed
Push — main ( 27a594...77bfc9 )
by Dimitri
03:56
created
src/View/View.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -241,9 +241,9 @@  discard block
 block discarded – undo
241 241
             $key = [$key => $value];
242 242
         }
243 243
 
244
-		if (isset($key['errors'])) {
245
-			$this->withErrors($key['errors']);
246
-		}
244
+        if (isset($key['errors'])) {
245
+            $this->withErrors($key['errors']);
246
+        }
247 247
 
248 248
         return $this->addData($key, $context);
249 249
     }
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
             $errors = new ErrorBag($messages);
269 269
         }
270 270
 
271
-		$this->adapter->setVar('errors', $errors);
271
+        $this->adapter->setVar('errors', $errors);
272 272
 
273 273
         return $this;
274 274
     }
Please login to merge, or discard this patch.