mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
parent
fba17cffe9
commit
b27c8a05bd
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class ConsoleInputOption {
|
||||||
}
|
}
|
||||||
if (strlen($this->_short) > 1) {
|
if (strlen($this->_short) > 1) {
|
||||||
throw new ConsoleException(
|
throw new ConsoleException(
|
||||||
__d('cake_console', 'Short options must be one letter.')
|
__d('cake_console', 'Short option "%s" is invalid, short options must be one letter.', $this->_short)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue