@@ -42,7 +42,7 @@ |
||
| 42 | 42 | /** |
| 43 | 43 | * @param string $pattern |
| 44 | 44 | * |
| 45 | - * @return Generator |
|
| 45 | + * @return \Generator |
|
| 46 | 46 | */ |
| 47 | 47 | public static function commitedFiles($pattern = self::PHP_FILES) |
| 48 | 48 | { |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Symfony\Component\Console\Input\InputInterface; |
| 16 | 16 | use Symfony\Component\Console\Output\OutputInterface; |
| 17 | 17 | use Symfony\Component\Process\ProcessBuilder; |
| 18 | -use Symfony\Component\Yaml\Yaml; |
|
| 19 | 18 | |
| 20 | 19 | /** |
| 21 | 20 | * CodeQualityTool. |