APO-Epsilon/apo-website

View on GitHub
logout.php

Summary

Maintainability
A
0 mins
Test Coverage

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

  session_destroy();
Severity: Minor
Found in logout.php by phpcodesniffer

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

  unset($_SESSION['sessionID']);
Severity: Minor
Found in logout.php by phpcodesniffer

Expected 1 space after IF keyword; 0 found
Open

if(isset($_SESSION['sessionID'])){
Severity: Minor
Found in logout.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

if(isset($_SESSION['sessionID'])){
Severity: Minor
Found in logout.php by phpcodesniffer

A closing tag is not permitted at the end of a PHP file
Open

?>
Severity: Minor
Found in logout.php by phpcodesniffer

There are no issues that match your filters.

Category
Status