Passed
Push — master ( 7ee39c...df5f84 )
by Alexander
01:52
created
src/Rest/RestRepository.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@
 block discarded – undo
38 38
      * @param Hydrator $hydrator
39 39
      * @param Client $client
40 40
      * @param string $modelClass
41
-     * @param string $collectionClass
42 41
      * @param string $endpoint
43 42
      */
44 43
     public function __construct(
Please login to merge, or discard this 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.