mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 12:32:42 +00:00
Fixing more documentations.
This commit is contained in:
parent
0575e92833
commit
40654df5ab
3 changed files with 5 additions and 5 deletions
|
@ -75,6 +75,7 @@ class ConsoleInputOption {
|
|||
* @param boolean $boolean Whether this option is a boolean option. Boolean options don't consume extra tokens
|
||||
* @param string $default The default value for this option.
|
||||
* @param array $choices Valid choices for this option.
|
||||
* @throws ConsoleException
|
||||
*/
|
||||
public function __construct($name, $short = null, $help = '', $boolean = false, $default = '', $choices = array()) {
|
||||
if (is_array($name) && isset($name['name'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue