Skip to content

Commit b6237cc

Browse files
committed
Docs.
1 parent 9d2ffaf commit b6237cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Console/Io.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public function quiet(array|string $message, int $newlines = 1): ?int {
5353
* present in most shells. Using ConsoleIo::QUIET for a message means it will always display.
5454
* While using ConsoleIo::VERBOSE means it will only display when verbose output is toggled.
5555
*
56-
* @link http://book.cakephp.org/3.0/en/console-and-shells.html#ConsoleIo::out
5756
* @param array<string>|string $message A string or an array of strings to output
5857
* @param int $newlines Number of newlines to append
5958
* @param int $level The message's output level, see above.
@@ -142,7 +141,6 @@ public function success(array|string $message = '', int $newlines = 1, int $leve
142141
/**
143142
* Returns a single or multiple linefeeds sequences.
144143
*
145-
* @link http://book.cakephp.org/3.0/en/console-and-shells.html#ConsoleIo::nl
146144
* @param int $multiplier Number of times the linefeed sequence should be repeated
147145
* @return string
148146
*/
@@ -153,7 +151,6 @@ public function nl(int $multiplier = 1): string {
153151
/**
154152
* Outputs a series of minus characters to the standard output, acts as a visual separator.
155153
*
156-
* @link http://book.cakephp.org/3.0/en/console-and-shells.html#ConsoleIo::hr
157154
* @param int $newlines Number of newlines to pre- and append
158155
* @param int $width Width of the line, defaults to 63
159156
* @return void
@@ -166,7 +163,6 @@ public function hr(int $newlines = 0, int $width = 63): void {
166163
* Displays a formatted error message
167164
* and exits the application with status code 1
168165
*
169-
* @link http://book.cakephp.org/3.0/en/console-and-shells.html#styling-output
170166
* @param string $message The error message
171167
* @param int $exitCode The exit code for the shell task.
172168
* @throws \Cake\Console\Exception\StopException

0 commit comments

Comments
 (0)