@@ -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 | |
@@ -138,7 +138,7 @@ discard block |
||
| 138 | 138 | /** |
| 139 | 139 | * This is just a paranoia, hopes no one actually serializes exceptions. |
| 140 | 140 | * |
| 141 | - * @return array |
|
| 141 | + * @return string[] |
|
| 142 | 142 | */ |
| 143 | 143 | public function __sleep() |
| 144 | 144 | { |
@@ -164,7 +164,7 @@ discard block |
||
| 164 | 164 | |
| 165 | 165 | |
| 166 | 166 | /** |
| 167 | - * @param \Exception|\Throwable $previous |
|
| 167 | + * @param \Exception $previous |
|
| 168 | 168 | * @param array $columns |
| 169 | 169 | * @param string $query |
| 170 | 170 | * @param array $params |
@@ -179,7 +179,7 @@ discard block |
||
| 179 | 179 | |
| 180 | 180 | |
| 181 | 181 | /** |
| 182 | - * @return array |
|
| 182 | + * @return string[] |
|
| 183 | 183 | */ |
| 184 | 184 | public function __sleep() |
| 185 | 185 | { |
@@ -220,7 +220,7 @@ discard block |
||
| 220 | 220 | |
| 221 | 221 | |
| 222 | 222 | /** |
| 223 | - * @return array |
|
| 223 | + * @return string[] |
|
| 224 | 224 | */ |
| 225 | 225 | public function __sleep() |
| 226 | 226 | { |
@@ -245,7 +245,7 @@ discard block |
||
| 245 | 245 | |
| 246 | 246 | |
| 247 | 247 | /** |
| 248 | - * @param \Exception|\Throwable $previous |
|
| 248 | + * @param \Exception $previous |
|
| 249 | 249 | * @param \Doctrine\ORM\AbstractQuery|NULL $query |
| 250 | 250 | * @param string|NULL $message |
| 251 | 251 | */ |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | namespace Kdyby\Doctrine; |
| 12 | 12 | |
| 13 | 13 | use Kdyby; |
| 14 | -use Nette; |
|
| 15 | 14 | use Doctrine\DBAL\Types\Type; |
| 16 | 15 | |
| 17 | 16 | |
@@ -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 | |