Skip to content

Commit a1a92ed

Browse files
committed
Remove ScanCommand which was only used during initial development.
1 parent 1a0ba46 commit a1a92ed

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

src/PHPSemVerChecker/Console/Application.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ protected function getDefaultCommands()
3131
{
3232
$commands = parent::getDefaultCommands();
3333
$commands[] = $this->add(new CompareCommand());
34-
$commands[] = $this->add(new ScanCommand());
3534
return $commands;
3635
}
3736
}

src/PHPSemVerChecker/Console/Command/ScanCommand.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)