Test Failed
Push — master ( 1c5165...b7ef6a )
by Kirill
03:37
created
src/Query/ExecutionsProvider.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -21,6 +21,7 @@  discard block
 block discarded – undo
21 21
 {
22 22
     /**
23 23
      * @param string ...$fields
24
+     * @param string[] $fields
24 25
      * @return object[]|iterable
25 26
      */
26 27
     public function get(string ...$fields): iterable
@@ -167,6 +168,7 @@  discard block
 block discarded – undo
167 168
 
168 169
     /**
169 170
      * @param string ...$fields
171
+     * @param string[] $fields
170 172
      * @return Collection
171 173
      */
172 174
     public function collect(string ...$fields): Collection
Please login to merge, or discard this patch.