@@ -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 | { |
@@ -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 | { |
@@ -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 | { |