SergioMadness/pwf-helpers

View on GitHub

Showing 119 of 119 total issues

Only one argument is allowed per line in a multi-line function call
Open

        $str = preg_replace(['/<!--(.*)-->/Uis', "/[[:blank:]]+/"], ['', ' '],
Severity: Minor
Found in src/StringHelpers.php by phpcodesniffer

Opening parenthesis of a multi-line function call must be the last content on the line
Open

            $xml    = simplexml_load_string($xmlString, "SimpleXMLElement",
Severity: Minor
Found in src/ConvertHelper.php by phpcodesniffer

Opening parenthesis of a multi-line function call must be the last content on the line
Open

        $string = strtr($string,
Severity: Minor
Found in src/StringHelpers.php by phpcodesniffer

Multi-line function call not indented correctly; expected 12 spaces but found 16
Open

                array(
Severity: Minor
Found in src/HttpHelper.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

}
Severity: Minor
Found in src/ArrayHelper.php by phpcodesniffer

Closing parenthesis of a multi-line function call must be on a line by itself
Open

                    $needleValue, $value) !== false)) {
Severity: Minor
Found in src/ArrayHelper.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

}
Severity: Minor
Found in src/Validator.php by phpcodesniffer

Closing parenthesis of a multi-line function call must be on a line by itself
Open

                LIBXML_NOCDATA);
Severity: Minor
Found in src/ConvertHelper.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

}
Severity: Minor
Found in src/StringHelpers.php by phpcodesniffer

Opening parenthesis of a multi-line function call must be the last content on the line
Open

        $str = preg_replace(['/<!--(.*)-->/Uis', "/[[:blank:]]+/"], ['', ' '],
Severity: Minor
Found in src/StringHelpers.php by phpcodesniffer

Closing parenthesis of a multi-line function call must be on a line by itself
Open

            str_replace(["\n", "\r", "\t"], '', $str));
Severity: Minor
Found in src/StringHelpers.php by phpcodesniffer

Closing parenthesis of a multi-line function call must be on a line by itself
Open

        ));
Severity: Minor
Found in src/StringHelpers.php by phpcodesniffer

Multi-line function call not indented correctly; expected 12 spaces but found 16
Open

                LIBXML_NOCDATA);
Severity: Minor
Found in src/ConvertHelper.php by phpcodesniffer

Multi-line function call not indented correctly; expected 8 spaces but found 12
Open

            str_replace(["\n", "\r", "\t"], '', $str));
Severity: Minor
Found in src/StringHelpers.php by phpcodesniffer

Opening parenthesis of a multi-line function call must be the last content on the line
Open

                == $value)) || ( is_array($value) && self::recursiveArraySearch($needleKey,
Severity: Minor
Found in src/ArrayHelper.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

}
Severity: Minor
Found in src/ConvertHelper.php by phpcodesniffer

Opening parenthesis of a multi-line function call must be the last content on the line
Open

        return self::sendCurl($_url,
Severity: Minor
Found in src/HttpHelper.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

}
Severity: Minor
Found in src/SystemHelpers.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

}
Severity: Minor
Found in src/HttpHelper.php by phpcodesniffer

Opening parenthesis of a multi-line function call must be the last content on the line
Open

        $string = strtr($string,
Severity: Minor
Found in src/StringHelpers.php by phpcodesniffer
Severity
Category
Status
Source
Language