Skip to content

Commit

Permalink
Add missing parameter annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Sep 6, 2018
1 parent 536326c commit de941f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/TestCase/Collection/CollectionTest.php
Expand Up @@ -2174,6 +2174,7 @@ public function testLastWithTraversableNonIterator()
* Tests the takeLast() method
*
* @dataProvider simpleProvider
* @param array $data The data to test with.
* @return void
* @covers ::takeLast
*/
Expand All @@ -2189,6 +2190,7 @@ public function testLastN($data)
* Tests the takeLast() method with overflow
*
* @dataProvider simpleProvider
* @param array $data The data to test with.
* @return void
* @covers ::takeLast
*/
Expand All @@ -2204,6 +2206,7 @@ public function testLastNtWithOverflow($data)
* Tests the takeLast() with and odd numbers collection
*
* @dataProvider simpleProvider
* @param array $data The data to test with.
* @return void
* @covers ::takeLast
*/
Expand Down Expand Up @@ -2236,6 +2239,7 @@ public function testLastNtWithCountable()
* Tests the takeLast() with countable collection
*
* @dataProvider simpleProvider
* @param array $data The data to test with.
* @return void
* @covers ::takeLast
*/
Expand Down

0 comments on commit de941f5

Please sign in to comment.