Skip to content

Commit 816be4b

Browse files
Code Mess warnings removed
1 parent c72cbfc commit 816be4b

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Config/Block/System/Config

1 file changed

+3
-0
lines changed

app/code/Magento/Config/Block/System/Config/Form.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ protected function _getAdditionalElementTypes()
707707
*
708708
* @TODO delete this methods when {^see above^} is done
709709
* @return string
710+
* @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
710711
*/
711712
public function getSectionCode()
712713
{
@@ -718,6 +719,7 @@ public function getSectionCode()
718719
*
719720
* @TODO delete this methods when {^see above^} is done
720721
* @return string
722+
* @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
721723
*/
722724
public function getWebsiteCode()
723725
{
@@ -729,6 +731,7 @@ public function getWebsiteCode()
729731
*
730732
* @TODO delete this methods when {^see above^} is done
731733
* @return string
734+
* @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
732735
*/
733736
public function getStoreCode()
734737
{

0 commit comments

Comments
 (0)