Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 20, 2023
1 parent f82dd70 commit 4c3de62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Model/RollupPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class RollupPage extends Page

/**
*
* @Metrics( crap = 1 )
* @return unknown
*/
public function getCMSFields() {
Expand All @@ -77,6 +78,7 @@ public function getCMSFields() {

/**
*
* @Metrics( crap = 2 )
* @return unknown
*/
public function Children() {
Expand All @@ -91,6 +93,7 @@ public function Children() {

/**
*
* @Metrics( crap = 1 )
* @return unknown
*/
public function getRollupPageDisplayType() {
Expand All @@ -100,6 +103,7 @@ public function getRollupPageDisplayType() {

/**
*
* @Metrics( crap = 21 )
* @return unknown
*/
public function Content() {
Expand Down Expand Up @@ -170,6 +174,7 @@ public function Content() {

/**
*
* @Metrics( crap = 1 )
* @return unknown
*/
public function getControllerName() {
Expand Down

0 comments on commit 4c3de62

Please sign in to comment.