XoopsModules25x/xfguestbook

View on GitHub
class/MessageHandler.php

Summary

Maintainability
B
4 hrs
Test Coverage

Method insert has 86 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function insert(\XoopsObject $msg, $force = true)
    {
        if (Message::class !== \get_class($msg)) {
            return false;
        }
Severity: Major
Found in class/MessageHandler.php - About 3 hrs to fix

    Function insert has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
    Open

        public function insert(\XoopsObject $msg, $force = true)
        {
            if (Message::class !== \get_class($msg)) {
                return false;
            }
    Severity: Minor
    Found in class/MessageHandler.php - About 35 mins to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

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

                          . $this->db->quoteString($title)
    Severity: Minor
    Found in class/MessageHandler.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 '$message' which will lead to PHP notices.
    Open

                          . $this->db->quoteString($message)
    Severity: Minor
    Found in class/MessageHandler.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 '$url' which will lead to PHP notices.
    Open

                          . $this->db->quoteString($url)
    Severity: Minor
    Found in class/MessageHandler.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 '$user_id' which will lead to PHP notices.
    Open

                       . $user_id
    Severity: Minor
    Found in class/MessageHandler.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 '$message' which will lead to PHP notices.
    Open

                       . $this->db->quoteString($message)
    Severity: Minor
    Found in class/MessageHandler.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 '$poster_ip' which will lead to PHP notices.
    Open

                          . $this->db->quoteString($poster_ip)
    Severity: Minor
    Found in class/MessageHandler.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 '$moderate' which will lead to PHP notices.
    Open

                          . $moderate
    Severity: Minor
    Found in class/MessageHandler.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 '$flagdir' which will lead to PHP notices.
    Open

                          . $this->db->quoteString($flagdir)
    Severity: Minor
    Found in class/MessageHandler.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 '$photo' which will lead to PHP notices.
    Open

                       . $this->db->quoteString($photo)
    Severity: Minor
    Found in class/MessageHandler.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 '$note' which will lead to PHP notices.
    Open

                       . $this->db->quoteString($note)
    Severity: Minor
    Found in class/MessageHandler.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 '$flagdir' which will lead to PHP notices.
    Open

                       . $this->db->quoteString($flagdir)
    Severity: Minor
    Found in class/MessageHandler.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 '$msg_id' which will lead to PHP notices.
    Open

                \xoops_comment_delete($xoopsModule->getVar('mid'), $msg_id);
    Severity: Minor
    Found in class/MessageHandler.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 '$note' which will lead to PHP notices.
    Open

                          . $this->db->quoteString($note)
    Severity: Minor
    Found in class/MessageHandler.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 '$title' which will lead to PHP notices.
    Open

                       . $this->db->quoteString($title)
    Severity: Minor
    Found in class/MessageHandler.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 '$moderate' which will lead to PHP notices.
    Open

                       . $moderate
    Severity: Minor
    Found in class/MessageHandler.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 '$country' which will lead to PHP notices.
    Open

                          . $this->db->quoteString($country)
    Severity: Minor
    Found in class/MessageHandler.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 '$country' which will lead to PHP notices.
    Open

                       . $this->db->quoteString($country)
    Severity: Minor
    Found in class/MessageHandler.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 '$uname' which will lead to PHP notices.
    Open

                       . $this->db->quoteString($uname)
    Severity: Minor
    Found in class/MessageHandler.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 '$email' which will lead to PHP notices.
    Open

                       . $this->db->quoteString($email)
    Severity: Minor
    Found in class/MessageHandler.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 '$gender' which will lead to PHP notices.
    Open

                          . $this->db->quoteString($gender)
    Severity: Minor
    Found in class/MessageHandler.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 '$url' which will lead to PHP notices.
    Open

                       . $this->db->quoteString($url)
    Severity: Minor
    Found in class/MessageHandler.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 '$gender' which will lead to PHP notices.
    Open

                       . $this->db->quoteString($gender)
    Severity: Minor
    Found in class/MessageHandler.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 '$photo' which will lead to PHP notices.
    Open

                          . $this->db->quoteString($photo)
    Severity: Minor
    Found in class/MessageHandler.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 '$other' which will lead to PHP notices.
    Open

                          . $this->db->quoteString($other)
    Severity: Minor
    Found in class/MessageHandler.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 '$user_id' which will lead to PHP notices.
    Open

                          . $user_id
    Severity: Minor
    Found in class/MessageHandler.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 '$other' which will lead to PHP notices.
    Open

                       . $this->db->quoteString($other)
    Severity: Minor
    Found in class/MessageHandler.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 '$uname' which will lead to PHP notices.
    Open

                          . $this->db->quoteString($uname)
    Severity: Minor
    Found in class/MessageHandler.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 '$post_time' which will lead to PHP notices.
    Open

                          . $post_time
    Severity: Minor
    Found in class/MessageHandler.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 '$email' which will lead to PHP notices.
    Open

                          . $this->db->quoteString($email)
    Severity: Minor
    Found in class/MessageHandler.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

    The method create has a boolean flag argument $isNew, which is a certain sign of a Single Responsibility Principle violation.
    Open

        public function create($isNew = true)
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    BooleanArgumentFlag

    Since: 1.4.0

    A boolean flag argument is a reliable indicator for a violation of the Single Responsibility Principle (SRP). You can fix this problem by extracting the logic in the boolean flag into its own class or method.

    Example

    class Foo {
        public function bar($flag = true) {
        }
    }

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

    The method insert has a boolean flag argument $force, which is a certain sign of a Single Responsibility Principle violation.
    Open

        public function insert(\XoopsObject $msg, $force = true)
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    BooleanArgumentFlag

    Since: 1.4.0

    A boolean flag argument is a reliable indicator for a violation of the Single Responsibility Principle (SRP). You can fix this problem by extracting the logic in the boolean flag into its own class or method.

    Example

    class Foo {
        public function bar($flag = true) {
        }
    }

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

    The method getObjects has a boolean flag argument $as_object, which is a certain sign of a Single Responsibility Principle violation.
    Open

        public function &getObjects(\CriteriaElement $criteria = null, $id_as_key = false, $as_object = true)//getObjects(\CriteriaElement $criteria = null)
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    BooleanArgumentFlag

    Since: 1.4.0

    A boolean flag argument is a reliable indicator for a violation of the Single Responsibility Principle (SRP). You can fix this problem by extracting the logic in the boolean flag into its own class or method.

    Example

    class Foo {
        public function bar($flag = true) {
        }
    }

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

    The method getObjects has a boolean flag argument $id_as_key, which is a certain sign of a Single Responsibility Principle violation.
    Open

        public function &getObjects(\CriteriaElement $criteria = null, $id_as_key = false, $as_object = true)//getObjects(\CriteriaElement $criteria = null)
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    BooleanArgumentFlag

    Since: 1.4.0

    A boolean flag argument is a reliable indicator for a violation of the Single Responsibility Principle (SRP). You can fix this problem by extracting the logic in the boolean flag into its own class or method.

    Example

    class Foo {
        public function bar($flag = true) {
        }
    }

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

    The method delete has a boolean flag argument $force, which is a certain sign of a Single Responsibility Principle violation.
    Open

        public function delete(\XoopsObject $msg, $force = false)
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    BooleanArgumentFlag

    Since: 1.4.0

    A boolean flag argument is a reliable indicator for a violation of the Single Responsibility Principle (SRP). You can fix this problem by extracting the logic in the boolean flag into its own class or method.

    Example

    class Foo {
        public function bar($flag = true) {
        }
    }

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

    Avoid assigning values to variables in if clauses and the like (line '254', column '14').
    Open

        public function countMsgByCountry(\CriteriaElement $criteria = null)
        {
            $arr = [];
            $sql = 'SELECT country, flagdir FROM ' . $this->db->prefix('xfguestbook_msg');
            if (null !== $criteria && $criteria instanceof \CriteriaElement) {
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    IfStatementAssignment

    Since: 2.7.0

    Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

    Example

    class Foo
    {
        public function bar($flag)
        {
            if ($foo = 'bar') { // possible typo
                // ...
            }
            if ($baz = 0) { // always false
                // ...
            }
        }
    }

    Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

    Avoid assigning values to variables in if clauses and the like (line '299', column '14').
    Open

        public function getMsgImg(\CriteriaElement $criteria = null)
        {
            $arr = [];
            $sql = 'SELECT photo FROM ' . $this->db->prefix('xfguestbook_msg') . " WHERE `photo` LIKE 'msg_%'";
            if (null !== $criteria && $criteria instanceof \CriteriaElement) {
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    IfStatementAssignment

    Since: 2.7.0

    Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

    Example

    class Foo
    {
        public function bar($flag)
        {
            if ($foo = 'bar') { // possible typo
                // ...
            }
            if ($baz = 0) { // always false
                // ...
            }
        }
    }

    Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

    Avoid assigning values to variables in if clauses and the like (line '59', column '18').
    Open

        public function get($id = null, $fields = null)
        {
            $id = (int)$id;
            if ($id > 0) {
                $sql = 'SELECT * FROM ' . $this->db->prefix('xfguestbook_msg') . ' WHERE msg_id=' . $id;
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    IfStatementAssignment

    Since: 2.7.0

    Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

    Example

    class Foo
    {
        public function bar($flag)
        {
            if ($foo = 'bar') { // possible typo
                // ...
            }
            if ($baz = 0) { // always false
                // ...
            }
        }
    }

    Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

    Avoid assigning values to variables in if clauses and the like (line '159', column '14').
    Open

        public function insert(\XoopsObject $msg, $force = true)
        {
            if (Message::class !== \get_class($msg)) {
                return false;
            }
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    IfStatementAssignment

    Since: 2.7.0

    Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

    Example

    class Foo
    {
        public function bar($flag)
        {
            if ($foo = 'bar') { // possible typo
                // ...
            }
            if ($baz = 0) { // always false
                // ...
            }
        }
    }

    Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

    Avoid assigning values to variables in if clauses and the like (line '235', column '14').
    Open

        public function countMsg(\CriteriaElement $criteria = null)
        {
            $sql = 'SELECT COUNT(*) FROM ' . $this->db->prefix('xfguestbook_msg');
            if (null !== $criteria && $criteria instanceof \CriteriaElement) {
                $sql .= ' ' . $criteria->renderWhere();
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    IfStatementAssignment

    Since: 2.7.0

    Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

    Example

    class Foo
    {
        public function bar($flag)
        {
            if ($foo = 'bar') { // possible typo
                // ...
            }
            if ($baz = 0) { // always false
                // ...
            }
        }
    }

    Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

    Avoid assigning values to variables in if clauses and the like (line '277', column '14').
    Open

        public function countMsgByGender(\CriteriaElement $criteria = null)
        {
            $arr = [];
            $sql = 'SELECT gender FROM ' . $this->db->prefix('xfguestbook_msg');
            if (null !== $criteria && $criteria instanceof \CriteriaElement) {
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    IfStatementAssignment

    Since: 2.7.0

    Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

    Example

    class Foo
    {
        public function bar($flag)
        {
            if ($foo = 'bar') { // possible typo
                // ...
            }
            if ($baz = 0) { // always false
                // ...
            }
        }
    }

    Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

    The method insert uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
    Open

            } else {
                $sql = 'UPDATE '
                       . $this->db->prefix('xfguestbook_msg')
                       . ' SET user_id='
                       . $user_id
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    ElseExpression

    Since: 1.4.0

    An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

    Example

    class Foo
    {
        public function bar($flag)
        {
            if ($flag) {
                // one branch
            } else {
                // another branch
            }
        }
    }

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

    Avoid assigning values to variables in if clauses and the like (line '186', column '14').
    Open

        public function delete(\XoopsObject $msg, $force = false)
        {
            global $xoopsModule;
            if (Message::class !== \get_class($msg)) {
                return false;
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    IfStatementAssignment

    Since: 2.7.0

    Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

    Example

    class Foo
    {
        public function bar($flag)
        {
            if ($foo = 'bar') { // possible typo
                // ...
            }
            if ($baz = 0) { // always false
                // ...
            }
        }
    }

    Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

    Avoid unused local variables such as '$poster_ip'.
    Open

                          . $this->db->quoteString($poster_ip)
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    UnusedLocalVariable

    Since: 0.2

    Detects when a local variable is declared and/or assigned, but not used.

    Example

    class Foo {
        public function doSomething()
        {
            $i = 5; // Unused
        }
    }

    Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

    Avoid unused parameters such as '$force'.
    Open

        public function insert(\XoopsObject $msg, $force = true)
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    UnusedFormalParameter

    Since: 0.2

    Avoid passing parameters to methods or constructors and then not using those parameters.

    Example

    class Foo
    {
        private function bar($howdy)
        {
            // $howdy is not used
        }
    }

    Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

    Avoid unused parameters such as '$fields'.
    Open

        public function get($id = null, $fields = null)
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    UnusedFormalParameter

    Since: 0.2

    Avoid passing parameters to methods or constructors and then not using those parameters.

    Example

    class Foo
    {
        private function bar($howdy)
        {
            // $howdy is not used
        }
    }

    Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

    Avoid unused local variables such as '$post_time'.
    Open

                          . $post_time
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    UnusedLocalVariable

    Since: 0.2

    Detects when a local variable is declared and/or assigned, but not used.

    Example

    class Foo {
        public function doSomething()
        {
            $i = 5; // Unused
        }
    }

    Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

    Avoid unused parameters such as '$isNew'.
    Open

        public function create($isNew = true)
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    UnusedFormalParameter

    Since: 0.2

    Avoid passing parameters to methods or constructors and then not using those parameters.

    Example

    class Foo
    {
        private function bar($howdy)
        {
            // $howdy is not used
        }
    }

    Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

    Avoid unused parameters such as '$as_object'.
    Open

        public function &getObjects(\CriteriaElement $criteria = null, $id_as_key = false, $as_object = true)//getObjects(\CriteriaElement $criteria = null)
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    UnusedFormalParameter

    Since: 0.2

    Avoid passing parameters to methods or constructors and then not using those parameters.

    Example

    class Foo
    {
        private function bar($howdy)
        {
            // $howdy is not used
        }
    }

    Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

    Avoid unused local variables such as '$result'.
    Open

            if (!$result = $this->db->queryF($sql)) {
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    UnusedLocalVariable

    Since: 0.2

    Detects when a local variable is declared and/or assigned, but not used.

    Example

    class Foo {
        public function doSomething()
        {
            $i = 5; // Unused
        }
    }

    Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

    Avoid unused parameters such as '$id_as_key'.
    Open

        public function &getObjects(\CriteriaElement $criteria = null, $id_as_key = false, $as_object = true)//getObjects(\CriteriaElement $criteria = null)
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    UnusedFormalParameter

    Since: 0.2

    Avoid passing parameters to methods or constructors and then not using those parameters.

    Example

    class Foo
    {
        private function bar($howdy)
        {
            // $howdy is not used
        }
    }

    Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

    Avoid unused local variables such as '$result'.
    Open

            if (!$result = $this->db->query($sql)) {
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    UnusedLocalVariable

    Since: 0.2

    Detects when a local variable is declared and/or assigned, but not used.

    Example

    class Foo {
        public function doSomething()
        {
            $i = 5; // Unused
        }
    }

    Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

    Avoid unused local variables such as '$msg_id'.
    Open

                \xoops_comment_delete($xoopsModule->getVar('mid'), $msg_id);
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    UnusedLocalVariable

    Since: 0.2

    Detects when a local variable is declared and/or assigned, but not used.

    Example

    class Foo {
        public function doSomething()
        {
            $i = 5; // Unused
        }
    }

    Source https://phpmd.org/rules/unusedcode.html#unusedlocalvariable

    Avoid unused parameters such as '$force'.
    Open

        public function delete(\XoopsObject $msg, $force = false)
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    UnusedFormalParameter

    Since: 0.2

    Avoid passing parameters to methods or constructors and then not using those parameters.

    Example

    class Foo
    {
        private function bar($howdy)
        {
            // $howdy is not used
        }
    }

    Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

    Avoid variables with short names like $db. Configured minimum length is 3.
    Open

        public $db;
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    ShortVariable

    Since: 0.2

    Detects when a field, local, or parameter has a very short name.

    Example

    class Something {
        private $q = 15; // VIOLATION - Field
        public static function main( array $as ) { // VIOLATION - Formal
            $r = 20 + $this->q; // VIOLATION - Local
            for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
                $r += $this->q;
            }
        }
    }

    Source https://phpmd.org/rules/naming.html#shortvariable

    Avoid variables with short names like $id. Configured minimum length is 3.
    Open

        public function get($id = null, $fields = null)
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    ShortVariable

    Since: 0.2

    Detects when a field, local, or parameter has a very short name.

    Example

    class Something {
        private $q = 15; // VIOLATION - Field
        public static function main( array $as ) { // VIOLATION - Formal
            $r = 20 + $this->q; // VIOLATION - Local
            for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
                $r += $this->q;
            }
        }
    }

    Source https://phpmd.org/rules/naming.html#shortvariable

    The parameter $id_as_key is not named in camelCase.
    Open

        public function &getObjects(\CriteriaElement $criteria = null, $id_as_key = false, $as_object = true)//getObjects(\CriteriaElement $criteria = null)
        {
            $ret   = [];
            $limit = $start = 0;
            $sql   = 'SELECT * FROM ' . $this->db->prefix('xfguestbook_msg');
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    CamelCaseParameterName

    Since: 0.2

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

    Example

    class ClassName {
        public function doSomething($user_name) {
        }
    }

    Source

    Avoid variables with short names like $db. Configured minimum length is 3.
    Open

        public function __construct(\XoopsDatabase $db = null)
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    ShortVariable

    Since: 0.2

    Detects when a field, local, or parameter has a very short name.

    Example

    class Something {
        private $q = 15; // VIOLATION - Field
        public static function main( array $as ) { // VIOLATION - Formal
            $r = 20 + $this->q; // VIOLATION - Local
            for (int $i = 0; $i < 10; $i++) { // Not a Violation (inside FOR)
                $r += $this->q;
            }
        }
    }

    Source https://phpmd.org/rules/naming.html#shortvariable

    The parameter $as_object is not named in camelCase.
    Open

        public function &getObjects(\CriteriaElement $criteria = null, $id_as_key = false, $as_object = true)//getObjects(\CriteriaElement $criteria = null)
        {
            $ret   = [];
            $limit = $start = 0;
            $sql   = 'SELECT * FROM ' . $this->db->prefix('xfguestbook_msg');
    Severity: Minor
    Found in class/MessageHandler.php by phpmd

    CamelCaseParameterName

    Since: 0.2

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

    Example

    class ClassName {
        public function doSomething($user_name) {
        }
    }

    Source

    Line exceeds 120 characters; contains 152 characters
    Open

        public function &getObjects(\CriteriaElement $criteria = null, $id_as_key = false, $as_object = true)//getObjects(\CriteriaElement $criteria = null)
    Severity: Minor
    Found in class/MessageHandler.php by phpcodesniffer

    Line exceeds 120 characters; contains 124 characters
    Open

            $sql = \sprintf('DELETE FROM `%s` WHERE msg_id = %u', $this->db->prefix('xfguestbook_msg'), $msg->getVar('msg_id'));
    Severity: Minor
    Found in class/MessageHandler.php by phpcodesniffer

    Line exceeds 120 characters; contains 166 characters
    Open

                          . ' (msg_id, user_id, uname, title, message, note, post_time, email, url, poster_ip, moderate, gender, country, photo, flagdir, other) VALUES ('
    Severity: Minor
    Found in class/MessageHandler.php by phpcodesniffer

    The variable $msg_id is not named in camelCase.
    Open

        public function insert(\XoopsObject $msg, $force = true)
        {
            if (Message::class !== \get_class($msg)) {
                return false;
            }
    Severity: Minor
    Found in class/MessageHandler.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 $msg_id is not named in camelCase.
    Open

        public function insert(\XoopsObject $msg, $force = true)
        {
            if (Message::class !== \get_class($msg)) {
                return false;
            }
    Severity: Minor
    Found in class/MessageHandler.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 $msg_id is not named in camelCase.
    Open

        public function insert(\XoopsObject $msg, $force = true)
        {
            if (Message::class !== \get_class($msg)) {
                return false;
            }
    Severity: Minor
    Found in class/MessageHandler.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 $msg_id is not named in camelCase.
    Open

        public function insert(\XoopsObject $msg, $force = true)
        {
            if (Message::class !== \get_class($msg)) {
                return false;
            }
    Severity: Minor
    Found in class/MessageHandler.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 $msg_id is not named in camelCase.
    Open

        public function insert(\XoopsObject $msg, $force = true)
        {
            if (Message::class !== \get_class($msg)) {
                return false;
            }
    Severity: Minor
    Found in class/MessageHandler.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 $msg_id is not named in camelCase.
    Open

        public function insert(\XoopsObject $msg, $force = true)
        {
            if (Message::class !== \get_class($msg)) {
                return false;
            }
    Severity: Minor
    Found in class/MessageHandler.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 $msg_id is not named in camelCase.
    Open

        public function delete(\XoopsObject $msg, $force = false)
        {
            global $xoopsModule;
            if (Message::class !== \get_class($msg)) {
                return false;
    Severity: Minor
    Found in class/MessageHandler.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 $msg_id is not named in camelCase.
    Open

        public function insert(\XoopsObject $msg, $force = true)
        {
            if (Message::class !== \get_class($msg)) {
                return false;
            }
    Severity: Minor
    Found in class/MessageHandler.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 $poster_ip is not named in camelCase.
    Open

        public function insert(\XoopsObject $msg, $force = true)
        {
            if (Message::class !== \get_class($msg)) {
                return false;
            }
    Severity: Minor
    Found in class/MessageHandler.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 $user_id is not named in camelCase.
    Open

        public function insert(\XoopsObject $msg, $force = true)
        {
            if (Message::class !== \get_class($msg)) {
                return false;
            }
    Severity: Minor
    Found in class/MessageHandler.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 $post_time is not named in camelCase.
    Open

        public function insert(\XoopsObject $msg, $force = true)
        {
            if (Message::class !== \get_class($msg)) {
                return false;
            }
    Severity: Minor
    Found in class/MessageHandler.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 $user_id is not named in camelCase.
    Open

        public function insert(\XoopsObject $msg, $force = true)
        {
            if (Message::class !== \get_class($msg)) {
                return false;
            }
    Severity: Minor
    Found in class/MessageHandler.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 $msg_id is not named in camelCase.
    Open

        public function insert(\XoopsObject $msg, $force = true)
        {
            if (Message::class !== \get_class($msg)) {
                return false;
            }
    Severity: Minor
    Found in class/MessageHandler.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

    There are no issues that match your filters.

    Category
    Status