@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | } |
| 77 | 77 | |
| 78 | 78 | /** |
| 79 | - * @return mixed |
|
| 79 | + * @return string |
|
| 80 | 80 | */ |
| 81 | 81 | public function getFindMethod() |
| 82 | 82 | { |
@@ -84,7 +84,7 @@ discard block |
||
| 84 | 84 | } |
| 85 | 85 | |
| 86 | 86 | /** |
| 87 | - * @param mixed $findMethod |
|
| 87 | + * @param callable|null $findMethod |
|
| 88 | 88 | */ |
| 89 | 89 | public function setFindMethod($findMethod) |
| 90 | 90 | { |
@@ -100,7 +100,7 @@ discard block |
||
| 100 | 100 | } |
| 101 | 101 | |
| 102 | 102 | /** |
| 103 | - * @param object $finder |
|
| 103 | + * @param callable|null $finder |
|
| 104 | 104 | */ |
| 105 | 105 | public function setFinder($finder) |
| 106 | 106 | { |
@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | } |
| 117 | 117 | |
| 118 | 118 | /** |
| 119 | - * @param mixed $excluded |
|
| 119 | + * @param callable $excluded |
|
| 120 | 120 | */ |
| 121 | 121 | public function setExcluded($excluded) |
| 122 | 122 | { |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | use Zend\InputFilter\InputFilter; |
| 13 | 13 | use Zend\Mvc\Application; |
| 14 | 14 | use Zend\ServiceManager\ServiceManager; |
| 15 | -use Zend\Stdlib\ArrayUtils; |
|
| 16 | 15 | |
| 17 | 16 | class ModuleIntegrationTest extends TestCase |
| 18 | 17 | { |