We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b64c0a commit 5692830Copy full SHA for 5692830
src/ConsoleApplication.php
@@ -8,7 +8,7 @@ class ConsoleApplication extends Application
8
{
9
public function __construct()
10
11
- parent::__construct('PHPUnit Watcher', '1.3.1');
+ parent::__construct('PHPUnit Watcher');
12
13
$this->add(new WatcherCommand());
14
}
0 commit comments