eisen-dev/eisen_front

View on GitHub
webd/includes/manager_host_checkbox.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 9 of 9 total issues

Expected 1 newline at end of file; 0 found
Open

header('location:../host_manager.php');

Expected 1 space after closing brace; newline found
Open

}

Expected 1 space after closing parenthesis; found 5
Open

for($i=0; $i < $N; $i++)

Expected 1 space after FOR keyword; 0 found
Open

for($i=0; $i < $N; $i++)

Expected 1 space after closing parenthesis; found 0
Open

if(isset($_POST['list-action'])){

Expected 1 space after ELSE keyword; newline found
Open

else

Expected 1 space after IF keyword; 0 found
Open

if(isset($_POST['list-action'])){

Expected 1 space after IF keyword; 0 found
Open

if(empty($check))

Expected 1 space after closing parenthesis; found 1
Open

if(empty($check))
Category
Status