src/Console/Input.php
Showing 1 of 1 total issue
Function input
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
public function input($prompt, $default = '', $acceptable = null, $strict = false) { if ($this->hasSttyAvailable()) { $input = $this->climate->input($prompt);
- Read upRead up