The type MaksimM\ConditionalDebug...\Foundation\Application was not found. Did you mean Illuminate\Foundation\Application? If so, make sure to prefix the type with \.
Loading history...
36
*
37
* @return void
38
*/
39
protected function getEnvironmentSetUp($app)
40
{
41
$app['session']->flush();
42
$app['router']->get('sample-page', ['uses' => function () {
43
return $this->blank_page;
44
}]);
45
$app['router']->get('page-with-middleware', ['uses' => function () {
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.