@@ -303,7 +303,7 @@ discard block |
||
303 | 303 | /** |
304 | 304 | * Create default annotation reader for extensions |
305 | 305 | * |
306 | - * @return Common\Annotations\AnnotationReader |
|
306 | + * @return Common\Annotations\CachedReader |
|
307 | 307 | */ |
308 | 308 | private function getDefaultAnnotationReader() |
309 | 309 | { |
@@ -321,7 +321,7 @@ discard block |
||
321 | 321 | /** |
322 | 322 | * Checks if $field type is valid |
323 | 323 | * |
324 | - * @param object $meta |
|
324 | + * @param ORM\Mapping\ClassMetadata $meta |
|
325 | 325 | * @param string $field |
326 | 326 | * |
327 | 327 | * @return boolean |
@@ -15,11 +15,9 @@ |
||
15 | 15 | namespace IPub\DoctrineBlameable\Mapping\Driver; |
16 | 16 | |
17 | 17 | use Nette; |
18 | - |
|
19 | 18 | use Doctrine; |
20 | 19 | use Doctrine\Common; |
21 | 20 | use Doctrine\ORM; |
22 | - |
|
23 | 21 | use IPub; |
24 | 22 | use IPub\DoctrineBlameable; |
25 | 23 | use IPub\DoctrineBlameable\Exceptions; |