run php cs fixer

This commit is contained in:
jellykells 2021-12-23 22:18:33 -06:00
parent 29ed277f6d
commit a0190bff81

View File

@ -279,7 +279,7 @@ class CommentList extends Extension
Extension::is_enabled(ApprovalInfo::KEY) && !is_null($image) && Extension::is_enabled(ApprovalInfo::KEY) && !is_null($image) &&
$image->approved!==true $image->approved!==true
) { ) {
$image = null; $image = null;
} }
if (!is_null($image)) { if (!is_null($image)) {
$comments = $this->get_comments($image->id); $comments = $this->get_comments($image->id);