@@ -41,6 +41,9 @@ |
||
41 | 41 | }); |
42 | 42 | } |
43 | 43 | |
44 | + /** |
|
45 | + * @param \Closure $closure |
|
46 | + */ |
|
44 | 47 | public function wrapRemove($closure) |
45 | 48 | { |
46 | 49 | $group1 = new \Doctrine\Tests\Models\CMS\CmsGroup(); |
@@ -65,6 +65,9 @@ |
||
65 | 65 | return new \Doctrine\ODM\CouchDB\Mapping\Driver\AnnotationDriver($reader); |
66 | 66 | } |
67 | 67 | |
68 | + /** |
|
69 | + * @param string $entityClassName |
|
70 | + */ |
|
68 | 71 | protected function ensureIsLoaded($entityClassName) |
69 | 72 | { |
70 | 73 | new $entityClassName; |
@@ -18,7 +18,7 @@ |
||
18 | 18 | } |
19 | 19 | |
20 | 20 | /** |
21 | - * @return NativeQuery |
|
21 | + * @return Query |
|
22 | 22 | */ |
23 | 23 | protected function createDoctrineViewQuery() |
24 | 24 | { |