Skip to content
Snippets Groups Projects

Issue #3463727: Fix phpstan issues reported in GitLab CI pipeline

Files
3
@@ -875,6 +875,7 @@ class AjaxCommentsController extends ControllerBase {
$wrapper_html_id = $selectors['wrapper_html_id'];
$form_html_id = $selectors['form_html_id'];
// @phpstan-ignore-next-line
$access = CommentController::create(\Drupal::getContainer())
->replyFormAccess($entity, $field_name, $pid);
@@ -908,9 +909,8 @@ class AjaxCommentsController extends ControllerBase {
// Clear out the tempStore variables.
$this->tempStore->deleteAll();
return $response;
}
return $response;
}
}
Loading