features/links/views/links.php

Summary

Maintainability
A
0 mins
Test Coverage

Line indented incorrectly; expected 8 spaces, found 6
Open

      }

Line indented incorrectly; expected at least 12 spaces, found 10
Open

          $comment = !is_null($forum_link['comment']) ? $forum_link['comment'] : $forum_link['forum_link'];

Line indented incorrectly; expected 8 spaces, found 6
Open

      ?>

Line indented incorrectly; expected at least 12 spaces, found 10
Open

          echo "</tr>";

Line indented incorrectly; expected 8 spaces, found 6
Open

      <?php

Line indented incorrectly; expected 8 spaces, found 6
Open

      foreach ($forum_links as $forum_link) {

Line indented incorrectly; expected at least 12 spaces, found 10
Open

          echo "<td><a target=\"_blank\" role=\"button\" class=\"btn forum-$forum_link[id]\" href=\"$forum_link[forum_link]\">$comment</a></td>";

Line indented incorrectly; expected at least 12 spaces, found 10
Open

          echo "<td><span id=\"forum-$forum_link[id]\" class=\"close editable_hidden\" style=\"display:none\">&times;</span></td>";

Line indented incorrectly; expected at least 12 spaces, found 10
Open

          echo "<tr class=\"forums-row forum-$forum_link[id]\">";

There are no issues that match your filters.

Category
Status