Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prevnext-3433980
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
prevnext-3433980
Commits
5a3e43f8
Commit
5a3e43f8
authored
1 year ago
by
Viktor Holovachek
Committed by
Adriano Cori
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3398335
by AstonVictor: Incorrect cases in PrevNextService service
3398335 - Fix camel case
parent
3d57b15e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/PrevNextService.php
+4
-4
4 additions, 4 deletions
src/PrevNextService.php
with
4 additions
and
4 deletions
src/PrevNextService.php
+
4
−
4
View file @
5a3e43f8
...
...
@@ -15,7 +15,7 @@ class PrevNextService implements PrevNextServiceInterface {
/**
* The entity type manager.
*
* @var Drupal\Core\Entity\EntityTypeManagerInterface
* @var
\
Drupal\Core\Entity\EntityTypeManagerInterface
*/
protected
$entityTypeManager
;
...
...
@@ -29,11 +29,11 @@ class PrevNextService implements PrevNextServiceInterface {
/**
* PrevNextService constructor.
*
* @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity
T
ype
M
anager
* @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity
_t
ype
_m
anager
* The entity type manager instance.
*/
public
function
__construct
(
EntityTypeManagerInterface
$entity
T
ype
M
anager
)
{
$this
->
entityTypeManager
=
$entity
T
ype
M
anager
;
public
function
__construct
(
EntityTypeManagerInterface
$entity
_t
ype
_m
anager
)
{
$this
->
entityTypeManager
=
$entity
_t
ype
_m
anager
;
}
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment