Adding documentation to classes belonging to Cake console.

Standarizing on datatypes used in phpdocblocs and removing unneeded @return types

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5851 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mariano.iglesias 2007-10-22 05:52:20 +00:00
parent 7bc3e307b7
commit 897825d596
91 changed files with 806 additions and 661 deletions

View file

@ -234,7 +234,7 @@ class ErrorHandler extends Object {
* Outputs to the stdout filehandle.
*
* @param string $string String to output.
* @param boolean $newline If true, the outputs gets an added newline.
* @param bool $newline If true, the outputs gets an added newline.
* @access public
*/
function stdout($string, $newline = true) {