Passed
Push — main ( c82ad8...dc0b7b )
by Dimitri
03:50
created
src/Exceptions/ValidationException.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -35,11 +35,11 @@
 block discarded – undo
35 35
         return $this;
36 36
     }
37 37
 
38
-	/**
39
-	 * {@inheritDoc}
40
-	 */
41
-	public function getErrors(): ?ErrorBag
42
-	{
43
-		return $this->errors;
44
-	}
38
+    /**
39
+     * {@inheritDoc}
40
+     */
41
+    public function getErrors(): ?ErrorBag
42
+    {
43
+        return $this->errors;
44
+    }
45 45
 }
Please login to merge, or discard this patch.