Completed
Pull Request — master (#1803)
by thomas
03:00 queued 44s
created
src/AbstractUpdateAction.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
     }
222 222
 
223 223
     /**
224
-     * @param array|string $fields
224
+     * @param string $fields
225 225
      *
226 226
      * @return $this
227 227
      */
@@ -426,9 +426,9 @@  discard block
 block discarded – undo
426 426
     }
427 427
 
428 428
     /**
429
-     * @param array $fields if empty array all options will be returned
429
+     * @param string[] $fields if empty array all options will be returned
430 430
      *
431
-     * @return array
431
+     * @return string[]
432 432
      */
433 433
     public function getOptions(array $fields = []): array
434 434
     {
Please login to merge, or discard this patch.