Browse Source

Fix docblock

ADmad 7 years ago
parent
commit
8d86c3c426
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Collection/CollectionTrait.php

+ 1 - 1
src/Collection/CollectionTrait.php

@@ -48,7 +48,7 @@ trait CollectionTrait
      * Allows classes which use this trait to determine their own
      * type of returned collection interface
      *
-     * @param mixed $args,.. Constructor arguments.
+     * @param mixed ...$args Constructor arguments.
      * @return \Cake\Collection\CollectionInterface
      */
     protected function newCollection(...$args)