Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mpac
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
mpac
Merge requests
!20
Issue
#3432979
- Fix spell
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3432979
- Fix spell
issue/mpac-3432979:3432979-fixed-cspell-validation
into
8.x-1.x
Overview
0
Commits
3
Pipelines
3
Changes
3
Merged
Viktor Holovachek
requested to merge
issue/mpac-3432979:3432979-fixed-cspell-validation
into
8.x-1.x
1 year ago
Overview
0
Commits
3
Pipelines
3
Changes
3
Expand
Related to
#3432979
0
0
Merge request reports
Compare
8.x-1.x
version 2
16994728
1 year ago
version 1
59250016
1 year ago
8.x-1.x (base)
and
latest version
latest version
9f94e681
3 commits,
1 year ago
version 2
16994728
2 commits,
1 year ago
version 1
59250016
1 commit,
1 year ago
3 files
+
16
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
src/Controller/MpacAutocompleteController.php
+
1
−
1
Options
@@ -9,7 +9,7 @@ use Symfony\Component\HttpFoundation\JsonResponse;
@@ -9,7 +9,7 @@ use Symfony\Component\HttpFoundation\JsonResponse;
use
Symfony\Component\HttpFoundation\Request
;
use
Symfony\Component\HttpFoundation\Request
;
/**
/**
* Controller routines for mpa
x
autocomplete routes.
* Controller routines for mpa
c
autocomplete routes.
*/
*/
class
MpacAutocompleteController
extends
ControllerBase
{
class
MpacAutocompleteController
extends
ControllerBase
{
Loading