@@ -48,7 +48,7 @@ |
||
48 | 48 | /** |
49 | 49 | * Constructor |
50 | 50 | * |
51 | - * @param ContainerInterface $container |
|
51 | + * @param \Aviat\Ion\Di\ContainerInterface $container |
|
52 | 52 | */ |
53 | 53 | public function __construct(ContainerInterface $container) |
54 | 54 | { |
@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | * This is a dirty hack until I can fully track down where |
51 | 51 | * the dual-encoding happens |
52 | 52 | * |
53 | - * @param FormBody $formBody The form builder object to fix |
|
53 | + * @param \Amp\Artax\FormBody $formBody The form builder object to fix |
|
54 | 54 | * @return string |
55 | 55 | */ |
56 | 56 | private function fixBody(FormBody $formBody): string |
@@ -157,7 +157,7 @@ discard block |
||
157 | 157 | /** |
158 | 158 | * Remove some boilerplate for get requests |
159 | 159 | * |
160 | - * @param array $args |
|
160 | + * @param string $args |
|
161 | 161 | * @return array |
162 | 162 | */ |
163 | 163 | protected function getRequest(...$args): array |
@@ -175,7 +175,7 @@ |
||
175 | 175 | * Recursively create array structure based on xml structure |
176 | 176 | * |
177 | 177 | * @param array &$root A reference to the current array location |
178 | - * @param DOMNodeList $nodeList The current NodeList object |
|
178 | + * @param \DOMNodeList $nodeList The current NodeList object |
|
179 | 179 | * @return void |
180 | 180 | */ |
181 | 181 | private static function childNodesToArray(array &$root, DOMNodelist $nodeList) |
@@ -64,7 +64,7 @@ |
||
64 | 64 | /** |
65 | 65 | * Setup the Di container |
66 | 66 | * |
67 | - * @return Container |
|
67 | + * @return \Aviat\Ion\Di\ContainerInterface |
|
68 | 68 | */ |
69 | 69 | protected function setupContainer() |
70 | 70 | { |
@@ -50,7 +50,7 @@ |
||
50 | 50 | /** |
51 | 51 | * Set up the Util class |
52 | 52 | * |
53 | - * @param ContainerInterface $container |
|
53 | + * @param \Aviat\Ion\Di\ContainerInterface $container |
|
54 | 54 | */ |
55 | 55 | public function __construct(ContainerInterface $container) |
56 | 56 | { |
@@ -35,7 +35,7 @@ |
||
35 | 35 | /** |
36 | 36 | * Returns an array of tokens this test wants to listen for. |
37 | 37 | * |
38 | - * @return array |
|
38 | + * @return integer[] |
|
39 | 39 | */ |
40 | 40 | public function register() |
41 | 41 | { |
@@ -35,7 +35,7 @@ |
||
35 | 35 | /** |
36 | 36 | * Returns an array of tokens this test wants to listen for. |
37 | 37 | * |
38 | - * @return array |
|
38 | + * @return integer[] |
|
39 | 39 | */ |
40 | 40 | public function register() |
41 | 41 | { |
@@ -35,7 +35,7 @@ |
||
35 | 35 | /** |
36 | 36 | * Returns an array of tokens this test wants to listen for. |
37 | 37 | * |
38 | - * @return array |
|
38 | + * @return integer[] |
|
39 | 39 | */ |
40 | 40 | public function register() |
41 | 41 | { |
@@ -35,7 +35,7 @@ |
||
35 | 35 | /** |
36 | 36 | * Returns an array of tokens this test wants to listen for. |
37 | 37 | * |
38 | - * @return array |
|
38 | + * @return integer[] |
|
39 | 39 | */ |
40 | 40 | public function register() |
41 | 41 | { |