Yaffs site version 1.1
[yaffs-website] / vendor / symfony / console / Tests / Fixtures / Foo5Command.php
1 <?php
2
3 use Symfony\Component\Console\Command\Command;
4
5 class Foo5Command extends Command
6 {
7     public function __construct()
8     {
9     }
10 }