Browse Source

Fix docblocks and better IDE and static analyzer discoverery.

mscherer 7 years ago
parent
commit
a90525a18a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Collection/CollectionTrait.php

+ 2 - 2
src/Collection/CollectionTrait.php

@@ -892,8 +892,8 @@ trait CollectionTrait
     }
 
     /**
-     * @param callable|null $operation
-     * @param callable|null $filter
+     * @param callable|null $operation Operation
+     * @param callable|null $filter Filter
      * @return \Cake\Collection\CollectionInterface
      * @throws \LogicException
      */