Skip to content

Commit

Permalink
Merge pull request cakephp#323 from uzyn/master
Browse files Browse the repository at this point in the history
Fix the method documentation for Shell::nl()
  • Loading branch information
markstory committed Jul 19, 2012
2 parents 0895e27 + 99b6af4 commit 2d6842b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions en/console-and-shells.rst
Original file line number Diff line number Diff line change
Expand Up @@ -922,8 +922,10 @@ Shell API
Loads tasks defined in public :php:attr:`Shell::$tasks`

.. php:method:: nl($multiplier = 1)
Outputs a number of newlines.
:param int $multiplier Number of times the linefeed sequence should be repeated

Returns a number of linefeed sequences.

.. php:method:: out($message = null, $newlines = 1, $level = Shell::NORMAL)
Expand Down

0 comments on commit 2d6842b

Please sign in to comment.