phplib/Auth.php

Summary

Maintainability
A
0 mins
Test Coverage

Each class must be in a namespace of at least one level (a top-level vendor name)
Open

class MorgueAuth {
Severity: Minor
Found in phplib/Auth.php by phpcodesniffer

Method name "MorgueAuth::get_auth_data" is not in camel caps format
Open

    static function get_auth_data() {
Severity: Minor
Found in phplib/Auth.php by phpcodesniffer

Visibility must be declared on method "get_auth_data"
Open

    static function get_auth_data() {
Severity: Minor
Found in phplib/Auth.php by phpcodesniffer

Opening brace of a class must be on the line after the definition
Open

class MorgueAuth {
Severity: Minor
Found in phplib/Auth.php by phpcodesniffer

Opening brace should be on a new line
Open

    static function get_auth_data() {
Severity: Minor
Found in phplib/Auth.php by phpcodesniffer

There are no issues that match your filters.

Category
Status