Sha256: d14ae7a1cf75fa4736b52975be257e762b203f07328a92a74b3b9e1fbb3b98b7
Contents?: true
Size: 584 Bytes
Versions: 24
Compression:
Stored size: 584 Bytes
Contents
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Console\Tests\Fixtures; use Symfony\Component\Console\Command\Command; class DescriptorCommand4 extends Command { protected function configure() { $this ->setName('descriptor:command4') ->setAliases(array('descriptor:alias_command4', 'command4:descriptor')) ; } }
Version data entries
24 entries across 24 versions & 1 rubygems