mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Code cleanup
This commit is contained in:
@@ -39,7 +39,7 @@ use Route as RouteFacade;
|
||||
/**
|
||||
* Class DebugController
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
*
|
||||
*/
|
||||
class DebugController extends Controller
|
||||
{
|
||||
@@ -113,8 +113,6 @@ class DebugController extends Controller
|
||||
*
|
||||
* @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
*/
|
||||
public function index(Request $request)
|
||||
{
|
||||
@@ -192,8 +190,6 @@ class DebugController extends Controller
|
||||
* Return all possible routes.
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
*/
|
||||
public function routes(): string
|
||||
{
|
||||
|
Reference in New Issue
Block a user