@@ -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 | { |
@@ -121,7 +121,7 @@ |
||
121 | 121 | * This method ensure that we stay compatible with symfony console 2.3 by using the deprecated dialog helper |
122 | 122 | * but use the ConfirmationQuestion when available. |
123 | 123 | * |
124 | - * @param $question |
|
124 | + * @param string $question |
|
125 | 125 | * @param InputInterface $input |
126 | 126 | * @param OutputInterface $output |
127 | 127 | * @return mixed |
@@ -502,6 +502,4 @@ |
||
502 | 502 | $out[] = is_string($key) ? sprintf(':%s => %s', $key, $outval) : $outval; |
503 | 503 | } |
504 | 504 | |
505 | - return sprintf('with parameters (%s)', implode(', ', $out)); |
|
506 | - } |
|
507 | -} |
|
505 | + return sprintf('with parameters (%s)', implode(', ', $out |
|
508 | 506 | \ No newline at end of file |