| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 5 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 7 | class TestCase extends \Orchestra\Testbench\TestCase |
||
| 8 | { |
||
| 9 | use Traits\TestCaseTrait; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * Load Package Service Provider. |
||
| 13 | * |
||
| 14 | * @param \Illuminate\Foundation\Application $app |
||
| 15 | * |
||
| 16 | * @return array List of Service Provider |
||
| 17 | */ |
||
| 18 | protected function getPackageProviders($app) |
||
| 25 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.