Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
21 | class TestCase extends OrchestraTestCase { |
||
22 | |||
23 | /** |
||
24 | * Load package alias |
||
25 | * |
||
26 | * @param \Illuminate\Foundation\Application $app |
||
27 | * |
||
28 | * @return array |
||
29 | */ |
||
30 | protected function getPackageAliases($app) { |
||
34 | ]; |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * Load package service provider |
||
39 | * |
||
40 | * @param \Illuminate\Foundation\Application $app |
||
41 | * |
||
42 | * @return array |
||
43 | */ |
||
44 | protected function getPackageProviders($app) { |
||
49 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.