APO-Epsilon/apo-website

View on GitHub
mysql_access.php

Summary

Maintainability
A
0 mins
Test Coverage

Blank line found at start of control structure
Open

if (($config = include 'config.local.php') != true) {
Severity: Minor
Found in mysql_access.php by phpcodesniffer

End of line character is invalid; expected "\n" but found "\r\n"
Open

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

Line indented incorrectly; expected at least 4 spaces, found 2
Open

  trigger_error('Database connection failed: '  . $db->connect_error, E_USER_ERROR);
Severity: Minor
Found in mysql_access.php by phpcodesniffer

There are no issues that match your filters.

Category
Status