for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace UniSharp\LaravelFilemanager\Controllers;
class DemoController extends LfmController
{
public function index()
return view('laravel-filemanager::demo');
view
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
ignore-call
return /** @scrutinizer ignore-call */ view('laravel-filemanager::demo');
}