Skip to content

Commit

Permalink
Adding return void.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 10, 2017
1 parent 19708a8 commit 67df618
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/TestCase/ORM/EagerLoaderTest.php
Expand Up @@ -532,7 +532,9 @@ protected function _quoteArray($elements)
}

/**
* Assert that matching('something') and SetMatching('something') return consistent type
* Asserts that matching('something') and setMatching('something') return consistent type.
*
* @return void
*/
public function testSetMatchingReturnType()
{
Expand Down

0 comments on commit 67df618

Please sign in to comment.