emsa16/comment

View on GitHub
view/comment-tree.php

Summary

Maintainability
A
0 mins
Test Coverage

Line exceeds 120 characters; contains 174 characters
Open

            <?= $this->renderView('comment/form', ["method" => "edit?id={$comment->id}", "submit" => "Spara", "postid" => $postid, "comment" => $comment, "form" => $form]) ?>
Severity: Minor
Found in view/comment-tree.php by phpcodesniffer

Line exceeds 120 characters; contains 159 characters
Open

            <?= $points ?> poƤng | av <?= !$comment->userObject->deleted ? $comment->userObject->username : '[raderad]' ?> | tillagd <?= $created . $edited ?>
Severity: Minor
Found in view/comment-tree.php by phpcodesniffer

Line exceeds 120 characters; contains 242 characters
Open

                <?= $this->renderView('comment/comment-tree', ["comments" => $comment->children, "textfilter" => $textfilter, "postid" => $postid, "action" => $action, "actionID" => $actionID, "form" => $form, "isLoggedIn" => $isLoggedIn]) ?>
Severity: Minor
Found in view/comment-tree.php by phpcodesniffer

Line exceeds 120 characters; contains 182 characters
Open

            <?= $this->renderView('comment/form', ["method" => "reply?id={$comment->id}", "submit" => "Skicka", "postid" => $postid, "parent_id" => $comment->id, "form" => $form]) ?>
Severity: Minor
Found in view/comment-tree.php by phpcodesniffer

There are no issues that match your filters.

Category
Status