phpstan
This commit is contained in:
@@ -694,7 +694,7 @@ class Console
|
||||
*/
|
||||
public function completeFunction($completionKeys, $completionFunction)
|
||||
{
|
||||
if (! is_string($completionKeys) && ! is_boolean($completionKeys)) {
|
||||
if (! is_string($completionKeys) && ! is_bool($completionKeys)) {
|
||||
$this->consoleException("Can not set the completionKeys : not a string");
|
||||
}
|
||||
if ($completionKeys === true) {
|
||||
|
||||
Reference in New Issue
Block a user