Mark abstract class as such

main
Jordi Boggiano 2 years ago
parent e0022880cc
commit c9ff588d68
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

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

Loading…
Cancel
Save