Passed
Push — master ( 7ee39c...df5f84 )
by Alexander
01:52
created
src/Rest/RestRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
      * @param array $data
144 144
      * @return object
145 145
      */
146
-    public function create(array $data= []): object
146
+    public function create(array $data = []): object
147 147
     {
148 148
         throw new \RuntimeException('Not implemented');
149 149
     }
Please login to merge, or discard this patch.