Passed
Push — master ( a6b5f6...3b4983 )
by Michael
04:41
created
src/Controllers/ApiController.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -128,10 +128,10 @@
 block discarded – undo
128 128
     }
129 129
     
130 130
         /**
131
-     * @param string $message
132
-     * @param array $headers
133
-     * @return JsonResponse
134
-     */
131
+         * @param string $message
132
+         * @param array $headers
133
+         * @return JsonResponse
134
+         */
135 135
     public function responseAccepted(
136 136
         string $message = 'The request was accepted for processing',
137 137
         array $headers = []
Please login to merge, or discard this patch.