@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | |
78 | 78 | /** |
79 | 79 | * @param $name |
80 | - * @return \PhraseanetSDK\AbstractRepository |
|
80 | + * @return \ProxyManager\Proxy\VirtualProxyInterface |
|
81 | 81 | */ |
82 | 82 | public function getRepository($name) |
83 | 83 | { |
@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | /** |
110 | 110 | * Builds the options array used to build SDK entity managers |
111 | 111 | * |
112 | - * @return array |
|
112 | + * @return string |
|
113 | 113 | */ |
114 | 114 | private function getOptions() |
115 | 115 | { |
@@ -10,6 +10,9 @@ |
||
10 | 10 | |
11 | 11 | private $rootName; |
12 | 12 | |
13 | + /** |
|
14 | + * @param string $rootName |
|
15 | + */ |
|
13 | 16 | public function __construct($rootName) |
14 | 17 | { |
15 | 18 | $this->rootName = $rootName; |
@@ -14,7 +14,7 @@ |
||
14 | 14 | |
15 | 15 | /** |
16 | 16 | * @param array $query |
17 | - * @param $type |
|
17 | + * @param integer $type |
|
18 | 18 | */ |
19 | 19 | public function __construct(array $query, $type) |
20 | 20 | { |