DerDu/SPHERE-Framework

View on GitHub
Application/AppTrait.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method createModule has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public static function createModule( $Route, $Class, $Method, $Title, IIconInterface $Icon = null, $ToolTip = null )
Severity: Minor
Found in Application/AppTrait.php - About 45 mins to fix

    Method createFooter has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public static function createFooter( $Route, $Class, $Method, $Title, IIconInterface $Icon = null, $ToolTip = null )
    Severity: Minor
    Found in Application/AppTrait.php - About 45 mins to fix

      Method createService has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public static function createService( $Route, $Class, $Method, $Title, IIconInterface $Icon = null, $ToolTip = null )
      Severity: Minor
      Found in Application/AppTrait.php - About 45 mins to fix

        Method createCluster has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            public static function createCluster( $Route, $Class, $Method, $Title, IIconInterface $Icon = null, $ToolTip = null )
        Severity: Minor
        Found in Application/AppTrait.php - About 45 mins to fix

          Method createApplication has 6 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              public static function createApplication( $Route, $Class, $Method, $Title, IIconInterface $Icon = null, $ToolTip = null )
          Severity: Minor
          Found in Application/AppTrait.php - About 45 mins to fix

            There are no issues that match your filters.

            Category
            Status