@@ -54,7 +54,7 @@ |
||
| 54 | 54 | * Init a new generator and automatically define the base of tempDir |
| 55 | 55 | * |
| 56 | 56 | * @param string $cacheDir |
| 57 | - * @param Filepath $yaml |
|
| 57 | + * @param string $yaml |
|
| 58 | 58 | */ |
| 59 | 59 | public function __construct($cacheDir, $yaml) |
| 60 | 60 | { |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | use Symfony\Component\Console\Output\OutputInterface; |
| 13 | 13 | use Sensio\Bundle\GeneratorBundle\Command\Validators; |
| 14 | 14 | use Symfony\Component\Console\Question\ChoiceQuestion; |
| 15 | -use Symfony\Component\Console\Question\ConfirmationQuestion; |
|
| 16 | 15 | use Symfony\Component\Console\Question\Question; |
| 17 | 16 | use Symfony\Component\HttpKernel\KernelInterface; |
| 18 | 17 | |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use Symfony\Component\Config\FileLocator; |
| 8 | 8 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 9 | 9 | use Symfony\Component\DependencyInjection\Definition; |
| 10 | -use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface; |
|
| 11 | 10 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
| 12 | 11 | use Symfony\Component\DependencyInjection\Reference; |
| 13 | 12 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; |
@@ -152,7 +152,7 @@ |
||
| 152 | 152 | |
| 153 | 153 | /** |
| 154 | 154 | * @param string $name |
| 155 | - * @param array $debug |
|
| 155 | + * @param boolean $debug |
|
| 156 | 156 | */ |
| 157 | 157 | public function __construct($name, $debug) |
| 158 | 158 | { |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Admingenerator\GeneratorBundle\Twig\Extension; |
| 4 | 4 | |
| 5 | -use Symfony\Component\Form\Extension\Csrf\CsrfProvider\CsrfProviderInterface; |
|
| 6 | 5 | use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface; |
| 7 | 6 | |
| 8 | 7 | /** |