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