Formula9/Framework

View on GitHub

Showing 487 of 487 total issues

The variable $arg_list is not named in camelCase.
Open

    protected function extract_dependencies($class, $method = NULL)
    {
        // collect the request attributes
        $attributes = $this->current_request->attributes->all();

Severity: Minor
Found in Nine/Support/Reflector.php by phpmd

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $global_scope is not named in camelCase.
Open

    private function makeApplication(array $paths) : Application
    {
        // this is the Illuminate Container
        $container = Forge::getInstance();

Severity: Minor
Found in F9/Application/AppFactory.php by phpmd

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $PDO is not named in camelCase.
Open

    public function bootPDO()
    {
        $default = $this->dbDefault;

        if ($default['driver'] === 'sqlite') {
Severity: Minor
Found in Nine/Database/Database.php by phpmd

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $PDO is not named in camelCase.
Open

    public function bootPDO()
    {
        $default = $this->dbDefault;

        if ($default['driver'] === 'sqlite') {
Severity: Minor
Found in Nine/Database/Database.php by phpmd

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

TODO found
Open

        // TODO: Implement register() method.

TODO found
Open

        // TODO: Implement add() method.
Severity: Minor
Found in F9/Container/Potion.php by fixme

TODO found
Open

        // TODO: Implement boot() method.
Severity
Category
Status
Source
Language