Test Failed
Push — master ( a72aaf...813e38 )
by Dominik
03:05
created
app/Error/ErrorManager.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,12 +70,12 @@
 block discarded – undo
70 70
      */
71 71
     public function createNotParsable(string $type, string $contentType, string $body): Error
72 72
     {
73
-         return new Error(
73
+            return new Error(
74 74
             Error::SCOPE_BODY,
75 75
             'notparsable',
76 76
             'request body not parsable',
77 77
             $type,
78 78
             ['body' => $body, 'contentType' => $contentType]
79
-         );
79
+            );
80 80
     }
81 81
 }
Please login to merge, or discard this patch.