Passed
Push — master ( fe1a66...46374a )
by Alexander
01:55
created
src/Rest/RestRepository.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -104,10 +104,10 @@
 block discarded – undo
104 104
         ];
105 105
     }
106 106
     
107
-     /**
108
-     * @param array $response
109
-     * @return array
110
-     */
107
+        /**
108
+         * @param array $response
109
+         * @return array
110
+         */
111 111
     public function generateHeaders(array $response): array
112 112
     {
113 113
         $headers = [];
Please login to merge, or discard this patch.