1
0
Fork 0

Mark abstract class as such

pull/10645/head
Jordi Boggiano 2022-03-18 14:29:50 +01:00
parent e0022880cc
commit c9ff588d68
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ use Symfony\Component\Console\Output\OutputInterface;
*
* @author Niels Keurentjes <niels.keurentjes@omines.com>
*/
class BaseDependencyCommand extends BaseCommand
abstract class BaseDependencyCommand extends BaseCommand
{
protected const ARGUMENT_PACKAGE = 'package';
protected const ARGUMENT_CONSTRAINT = 'version';