<?php declare(strict_types=1); namespace TestApp\Command; use Cake\Command\Command; abstract class AbstractCommand extends Command { }