Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ajax_comments
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ajax_comments
Merge requests
!17
Issue
#3463305
: Fix phpcs issues reported in GitLab CI pipeline
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue
#3463305
: Fix phpcs issues reported in GitLab CI pipeline
issue/ajax_comments-3463305:3463305-fix-phpcs-issues
into
8.x-1.x
Overview
0
Commits
2
Pipelines
3
Changes
7
Merged
Issue #3463305: Fix phpcs issues reported in GitLab CI pipeline
Ide Braakman
requested to merge
issue/ajax_comments-3463305:3463305-fix-phpcs-issues
into
8.x-1.x
Jul 23, 2024
Overview
0
Commits
2
Pipelines
3
Changes
7
Closes
#3463305
0
0
Merge request reports
Compare
8.x-1.x
version 2
3eb2c3ee
Jul 23, 2024
version 1
c54d92d7
Jul 23, 2024
8.x-1.x (base)
and
latest version
latest version
3eb2c3ee
2 commits,
Jul 23, 2024
version 2
3eb2c3ee
2 commits,
Jul 23, 2024
version 1
c54d92d7
1 commit,
Jul 23, 2024
7 files
+
13
−
13
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
src/Controller/AjaxCommentsController.php
+
1
−
1
View file @ 3eb2c3ee
Edit in single-file editor
Open in Web IDE
Show full file
@@ -24,8 +24,8 @@ use Drupal\Core\Render\RendererInterface;
@@ -24,8 +24,8 @@ use Drupal\Core\Render\RendererInterface;
use
Drupal\Core\Session\AccountInterface
;
use
Drupal\Core\Session\AccountInterface
;
use
Drupal\Core\Url
;
use
Drupal\Core\Url
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
use
Symfony\Component\HttpFoundation\Request
;
use
Symfony\Component\HttpFoundation\RedirectResponse
;
use
Symfony\Component\HttpFoundation\RedirectResponse
;
use
Symfony\Component\HttpFoundation\Request
;
use
Symfony\Component\Routing\RouterInterface
;
use
Symfony\Component\Routing\RouterInterface
;
/**
/**
Loading