@@ -11,10 +11,8 @@ |
||
| 11 | 11 | namespace Kdyby\Doctrine\Tools; |
| 12 | 12 | |
| 13 | 13 | use Doctrine; |
| 14 | -use Doctrine\Common\Cache\CacheProvider; |
|
| 15 | 14 | use Doctrine\Common\Cache\ClearableCache; |
| 16 | 15 | use Kdyby; |
| 17 | -use Nette; |
|
| 18 | 16 | |
| 19 | 17 | |
| 20 | 18 | |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | use Kdyby\Doctrine\Connection; |
| 22 | 22 | use Kdyby\Doctrine\EntityManager; |
| 23 | 23 | use Kdyby\Doctrine\Mapping\ClassMetadata; |
| 24 | -use Nette; |
|
| 25 | 24 | |
| 26 | 25 | |
| 27 | 26 | |
@@ -631,7 +631,7 @@ |
||
| 631 | 631 | |
| 632 | 632 | /** |
| 633 | 633 | * @param \Doctrine\Common\Annotations\AnnotationException $e |
| 634 | - * @return string|bool |
|
| 634 | + * @return false|string |
|
| 635 | 635 | */ |
| 636 | 636 | public static function highlightAnnotationLine(AnnotationException $e) |
| 637 | 637 | { |