aperta-principium/Interclip

View on GitHub
includes/components/html/adminbar.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable $isStaff is undeclared
Open

  if ($isStaff) {
Severity: Minor
Found in includes/components/html/adminbar.php by phan

Variable $user is undeclared
Open

      Hi, <?php echo $user["name"] ?? $user["nickname"]  ?>
Severity: Minor
Found in includes/components/html/adminbar.php by phan

Variable $user is undeclared
Open

<?php if (!is_bool($user) && $isStaff) : ?>
Severity: Minor
Found in includes/components/html/adminbar.php by phan

Variable $user is undeclared
Open

if ($user !== false) {
Severity: Minor
Found in includes/components/html/adminbar.php by phan

Variable $isStaff is undeclared
Open

<?php if (!is_bool($user) && $isStaff) : ?>
Severity: Minor
Found in includes/components/html/adminbar.php by phan

There are no issues that match your filters.

Category
Status