Fix some issues detected by static analysis

This commit is contained in:
Bubka
2022-08-26 15:57:18 +02:00
parent 808d5a0d10
commit 70c4c271cd
34 changed files with 68 additions and 50 deletions

View File

@ -11,7 +11,7 @@ class SinglePageController extends Controller
/**
* return the main view
* @return view
* @return \Illuminate\Contracts\View\View|\Illuminate\Contracts\View\Factory
*/
public function index()
{