| @@ -11,7 +11,6 @@ | ||
| 11 | 11 | namespace Lechimp\Dicto\App; | 
| 12 | 12 | |
| 13 | 13 | use Lechimp\Dicto\App\RuleFromFSLoader; | 
| 14 | - | |
| 15 | 14 | use Symfony\Component\Yaml\Yaml; | 
| 16 | 15 | use Pimple\Container; | 
| 17 | 16 | use PhpParser\ParserFactory; | 
| @@ -160,7 +160,7 @@ | ||
| 160 | 160 | * | 
| 161 | 161 | * @param array $row | 
| 162 | 162 | * @param string $file_source | 
| 163 | - * @return Violation | |
| 163 | + * @return \Lechimp\Dicto\Analysis\Violation | |
| 164 | 164 | */ | 
| 165 | 165 |      public function to_violation(array $row, array $file_source) { | 
| 166 | 166 | return $this->schema->to_violation($this, $row, $file_source); |