@@ -39,7 +39,7 @@ |
||
39 | 39 | } |
40 | 40 | |
41 | 41 | /** |
42 | - * @return Schema |
|
42 | + * @return \ProxyManager\Proxy\VirtualProxyInterface |
|
43 | 43 | */ |
44 | 44 | public function createFromSchema() |
45 | 45 | { |
@@ -33,6 +33,10 @@ |
||
33 | 33 | /** @var HelperSet */ |
34 | 34 | private $helperSet; |
35 | 35 | |
36 | + /** |
|
37 | + * @param HelperSet|null $helperSet |
|
38 | + * @param string $helperName |
|
39 | + */ |
|
36 | 40 | public function __construct($helperSet, $helperName) |
37 | 41 | { |
38 | 42 | $this->helperName = $helperName; |