Skip to content

Commit 44c4e65

Browse files
added coding standard fixes
1 parent cbb71b2 commit 44c4e65

File tree

1 file changed

+1
-2
lines changed
  • web/profiles/custom/os2loop/modules/os2loop_section_page/modules/os2loop_section_page_fixtures/src/Fixture

1 file changed

+1
-2
lines changed

web/profiles/custom/os2loop/modules/os2loop_section_page/modules/os2loop_section_page_fixtures/src/Fixture/FrontPageFixture.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public function load() {
6868
$paragraph2->save();
6969
$page->get('os2loop_section_page_paragraph')->appendItem($paragraph2);
7070

71-
7271
// 3 Normal Indhold med Overskrift
7372
$paragraph3 = Paragraph::create([
7473
'type' => 'os2loop_section_page_views_refer',
@@ -94,7 +93,7 @@ public function load() {
9493
$paragraph4->save();
9594
$page->get('os2loop_section_page_paragraph')->appendItem($paragraph4);
9695

97-
// save the node
96+
// Save the node.
9897
$page->save();
9998

10099
// Set page as the site front page.

0 commit comments

Comments
 (0)