aperta-principium/Interclip

View on GitHub
includes/menu.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable $isStaff is undeclared
Open

  if ($isStaff && $_ENV['ENVIRONMENT'] !== 'staging') {
Severity: Minor
Found in includes/menu.php by phan

Variable $user is undeclared
Open

  const loggedIn = <?php echo $user ? "true" : "false" ?>;
Severity: Minor
Found in includes/menu.php by phan

Variable $isStaff is undeclared
Open

  const isAdmin = <?php echo $isStaff ? "true" : "false" ?>;
Severity: Minor
Found in includes/menu.php by phan

There are no issues that match your filters.

Category
Status