Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
anu_lms
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
6
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
anu_lms
Merge requests
!56
Fix phpcs.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix phpcs.
issue/anu_lms-3446906:3446906-cicd-has-failing
into
2.x
Overview
0
Commits
3
Pipelines
4
Changes
3
Merged
Elaman Imashov
requested to merge
issue/anu_lms-3446906:3446906-cicd-has-failing
into
2.x
7 months ago
Overview
0
Commits
3
Pipelines
4
Changes
3
Expand
Closes
#3446906
👍
0
👎
0
Merge request reports
Compare
2.x
version 3
5cf2eccc
7 months ago
version 2
bb8e8b90
7 months ago
version 1
890ac928
7 months ago
2.x (base)
and
latest version
latest version
5cf2eccc
3 commits,
7 months ago
version 3
5cf2eccc
3 commits,
7 months ago
version 2
bb8e8b90
2 commits,
7 months ago
version 1
890ac928
1 commit,
7 months ago
3 files
+
6
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
src/Plugin/AnuLmsContentType/CoursesLandingPage.php
+
3
−
3
Options
@@ -108,14 +108,14 @@ class CoursesLandingPage extends AnuLmsContentTypePluginBase implements Containe
*/
public
function
__construct
(
array
$configuration
,
$plugin_id
,
$plugin_definition
,
$plugin_id
,
$plugin_definition
,
EntityTypeManagerInterface
$entity_type_manager
,
EventDispatcherInterface
$dispatcher
,
Normalizer
$normalizer
,
CoursesPageService
$courses_page
,
Course
$course
,
CourseProgress
$course_progress
CourseProgress
$course_progress
,
)
{
parent
::
__construct
(
$configuration
,
$plugin_id
,
$plugin_definition
);
$this
->
entityTypeManager
=
$entity_type_manager
;
Loading