SU-SWS/stanford_profile_helper

View on GitHub
modules/stanford_person/modules/stanford_person_importer/stanford_person_importer.install

Summary

Maintainability
Test Coverage

Avoid using undefined variables such as '$requirements' which will lead to PHP notices.
Open

  return $requirements;

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirements' which will lead to PHP notices.
Open

  $requirements['stanford_person_importer_encrypt'] = [

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

There are no issues that match your filters.

Category
Status