Skip to content

Commit 1f1ec54

Browse files
Cleanup with static test
1 parent 71e6f40 commit 1f1ec54

File tree

1 file changed

+4
-0
lines changed
  • app/code/Magento/Backend/Block/Widget

1 file changed

+4
-0
lines changed

app/code/Magento/Backend/Block/Widget/Grid.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,10 @@ public function __construct(
150150
}
151151

152152
/**
153+
* Internal constructor, that is called from real constructor
154+
*
153155
* @return void
156+
*
154157
* @SuppressWarnings(PHPMD.NPathComplexity)
155158
*/
156159
protected function _construct()
@@ -709,6 +712,7 @@ public function getGridUrl()
709712

710713
/**
711714
* Grid url getter
715+
*
712716
* Version of getGridUrl() but with parameters
713717
*
714718
* @param array $params url parameters

0 commit comments

Comments
 (0)