Skip to content
Snippets Groups Projects

Fix phpcs.

Merged Elaman Imashov requested to merge issue/anu_lms-3446906:3446906-cicd-has-failing into 2.x
Files
3
@@ -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