Skip to content

Commit

Permalink
Fixing grammar in doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Sep 13, 2014
1 parent 79d288b commit 7605e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/Network/mocks.php
Expand Up @@ -17,9 +17,9 @@

/**
* Mocks the headers_sent() function when invoked from the Cake\Network
* namespace so that it always return false
* namespace so that it always returns false
*
* @return boolean
* @return bool
*/
function headers_sent() {
return false;
Expand Down

0 comments on commit 7605e55

Please sign in to comment.