We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca97ef5 commit 5509140Copy full SHA for 5509140
src/Console/ClishCommand.php
@@ -44,7 +44,7 @@ public function __construct()
44
45
public function interact(Interactor $io)
46
{
47
- if ($this->file) {
+ if (\is_string($this->file)) {
48
return;
49
}
50
0 commit comments