@@ -41,6 +41,9 @@ |
||
| 41 | 41 | */ |
| 42 | 42 | private $unitOfWorkSnapshot; |
| 43 | 43 | |
| 44 | + /** |
|
| 45 | + * @param \Exception $exception |
|
| 46 | + */ |
|
| 44 | 47 | public function markExceptionOwner(Doctrine\ORM\EntityManager $em, $exception) |
| 45 | 48 | { |
| 46 | 49 | if ($this->em !== $em) { |
@@ -630,7 +630,7 @@ discard block |
||
| 630 | 630 | |
| 631 | 631 | /** |
| 632 | 632 | * @param \Doctrine\Common\Annotations\AnnotationException $e |
| 633 | - * @return string|bool |
|
| 633 | + * @return false|string |
|
| 634 | 634 | */ |
| 635 | 635 | public static function highlightAnnotationLine(AnnotationException $e) |
| 636 | 636 | { |
@@ -673,7 +673,7 @@ discard block |
||
| 673 | 673 | |
| 674 | 674 | /** |
| 675 | 675 | * @param \Reflector|\Nette\Reflection\ClassType|\Nette\Reflection\Method|\Nette\Reflection\Property $refl |
| 676 | - * @param \Exception|\Throwable $e |
|
| 676 | + * @param AnnotationException $e |
|
| 677 | 677 | * @param int|NULL $startLine |
| 678 | 678 | * @return int|NULL |
| 679 | 679 | */ |
@@ -732,6 +732,7 @@ discard block |
||
| 732 | 732 | /** |
| 733 | 733 | * @param \Reflector|Nette\Reflection\ClassType|Nette\Reflection\Method $refl |
| 734 | 734 | * @param $annotation |
| 735 | + * @return string |
|
| 735 | 736 | */ |
| 736 | 737 | private static function findRenamed(\Reflector $refl, $annotation) |
| 737 | 738 | { |
@@ -20,7 +20,6 @@ |
||
| 20 | 20 | use Kdyby\Doctrine\QueryObject; |
| 21 | 21 | use Kdyby\Doctrine\Tools\NonLockingUniqueInserter; |
| 22 | 22 | use Kdyby\Persistence; |
| 23 | -use Nette; |
|
| 24 | 23 | |
| 25 | 24 | |
| 26 | 25 | |
@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use Doctrine\ORM\NonUniqueResultException; |
| 17 | 17 | use Kdyby; |
| 18 | 18 | use Kdyby\Persistence; |
| 19 | -use Nette; |
|
| 20 | 19 | |
| 21 | 20 | |
| 22 | 21 | |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | |
| 13 | 13 | use Doctrine; |
| 14 | 14 | use Kdyby; |
| 15 | -use Nette; |
|
| 16 | 15 | |
| 17 | 16 | |
| 18 | 17 | |
@@ -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 | |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use Doctrine\ORM\Query\Expr; |
| 15 | 15 | use Kdyby\Doctrine\EntityManager; |
| 16 | 16 | use Kdyby; |
| 17 | -use Nette; |
|
| 18 | 17 | |
| 19 | 18 | |
| 20 | 19 | |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Doctrine\ORM\Query\Parameter; |
| 16 | 16 | use Doctrine\Common\Collections\ArrayCollection; |
| 17 | 17 | use Kdyby; |
| 18 | -use Nette; |
|
| 19 | 18 | use Nette\Utils\Callback; |
| 20 | 19 | |
| 21 | 20 | |