eustasy/authenticatron

View on GitHub

Showing 64 of 64 total issues

File documentation.php has 453 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php

include __DIR__.'/assets/header.php';

require_once __DIR__.'/authenticatron.php';
Severity: Minor
Found in documentation.php - About 6 hrs to fix

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

        return $Return;
    Severity: Minor
    Found in authenticatron.php by phpmd

    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 '$Return' which will lead to PHP notices.
    Open

        $Return['QR'] = Authenticatron_QR($Return['URL']);
    Severity: Minor
    Found in authenticatron.php by phpmd

    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 '$Return' which will lead to PHP notices.
    Open

        $Return['Secret'] = Authenticatron_Secret();
    Severity: Minor
    Found in authenticatron.php by phpmd

    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 '$Return' which will lead to PHP notices.
    Open

        $Return['URL'] = Authenticatron_URL($Member_Name, $Return['Secret']);
    Severity: Minor
    Found in authenticatron.php by phpmd

    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 '$Return' which will lead to PHP notices.
    Open

        $Return['QR'] = Authenticatron_QR($Return['URL']);
    Severity: Minor
    Found in authenticatron.php by phpmd

    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 '$Return' which will lead to PHP notices.
    Open

        $Return['URL'] = Authenticatron_URL($Member_Name, $Return['Secret']);
    Severity: Minor
    Found in authenticatron.php by phpmd

    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

    A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 41 and the first side effect is on line 9.
    Open

    <?php
    Severity: Minor
    Found in authenticatron.php by phpcodesniffer

    Function closing brace must go on the next line following the body; found 1 blank lines before brace
    Open

    }
    Severity: Minor
    Found in authenticatron.php by phpcodesniffer

    Blank line found at end of control structure
    Open

    
    
    Severity: Minor
    Found in authenticatron.php by phpcodesniffer

    Function closing brace must go on the next line following the body; found 1 blank lines before brace
    Open

    }
    Severity: Minor
    Found in authenticatron.php by phpcodesniffer

    Function closing brace must go on the next line following the body; found 1 blank lines before brace
    Open

    }
    Severity: Minor
    Found in authenticatron.php by phpcodesniffer

    Blank line found at start of control structure
    Open

        for ($i = 0; $i < $Secret_Count; $i = $i+8) {
    Severity: Minor
    Found in authenticatron.php by phpcodesniffer

    Function closing brace must go on the next line following the body; found 1 blank lines before brace
    Open

    }
    Severity: Minor
    Found in authenticatron.php by phpcodesniffer

    Function closing brace must go on the next line following the body; found 1 blank lines before brace
    Open

    }
    Severity: Minor
    Found in authenticatron.php by phpcodesniffer

    Function closing brace must go on the next line following the body; found 1 blank lines before brace
    Open

    }
    Severity: Minor
    Found in authenticatron.php by phpcodesniffer

    Blank line found at end of control structure
    Open

    
    
    Severity: Minor
    Found in authenticatron.php by phpcodesniffer

    Blank line found at end of control structure
    Open

    
    
    Severity: Minor
    Found in authenticatron.php by phpcodesniffer

    Blank line found at end of control structure
    Open

    
    
    Severity: Minor
    Found in authenticatron.php by phpcodesniffer

    Function closing brace must go on the next line following the body; found 1 blank lines before brace
    Open

    }
    Severity: Minor
    Found in authenticatron.php by phpcodesniffer
    Severity
    Category
    Status
    Source
    Language