Browse Source

Fixing grammar in doc block

Jose Lorenzo Rodriguez 11 years ago
parent
commit
7605e5585f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/TestCase/Network/mocks.php

+ 2 - 2
tests/TestCase/Network/mocks.php

@@ -17,9 +17,9 @@ namespace Cake\Network {
 
 /**
  * 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;