ef5bd7702631b601ba02f2a5cc29990e0c294661
[yaffs-website] / vendor / symfony / console / Tests / Fixtures / Foo6Command.php
1 <?php
2
3 use Symfony\Component\Console\Command\Command;
4
5 class Foo6Command extends Command
6 {
7     protected function configure()
8     {
9         $this->setName('0foo:bar')->setDescription('0foo:bar command');
10     }
11 }