qcubed/framework

View on GitHub
travis/prepend.inc.php

Summary

Maintainability
A
0 mins
Test Coverage

TODO found
Open

                    // TODO: Run any custom autoloading functionality (if any) here...
Severity: Minor
Found in travis/prepend.inc.php by fixme

TODO found
Open

        // TODO: Include any other include files (if any) here...
Severity: Minor
Found in travis/prepend.inc.php by fixme

TODO found
Open

            // TODO: Define any other custom global WebApplication functions (if any) here...
Severity: Minor
Found in travis/prepend.inc.php by fixme

TODO found
Open

        // TODO: Define any custom global functions (if any) here...
Severity: Minor
Found in travis/prepend.inc.php by fixme

TODO found
Open

        // TODO: options to do this are left to the developer
Severity: Minor
Found in travis/prepend.inc.php by fixme

The method Autoload is not named in camelCase.
Open

            public static function Autoload($strClassName) {
                // First use the QCubed Autoloader
                if (!parent::Autoload($strClassName)) {
                    // TODO: Run any custom autoloading functionality (if any) here...
                }
Severity: Minor
Found in travis/prepend.inc.php by phpmd

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

There are no issues that match your filters.

Category
Status