File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/code/Magento/Config/Block/System/Config Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -707,6 +707,7 @@ protected function _getAdditionalElementTypes()
707
707
*
708
708
* @TODO delete this methods when {^see above^} is done
709
709
* @return string
710
+ * @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
710
711
*/
711
712
public function getSectionCode ()
712
713
{
@@ -718,6 +719,7 @@ public function getSectionCode()
718
719
*
719
720
* @TODO delete this methods when {^see above^} is done
720
721
* @return string
722
+ * @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
721
723
*/
722
724
public function getWebsiteCode ()
723
725
{
@@ -729,6 +731,7 @@ public function getWebsiteCode()
729
731
*
730
732
* @TODO delete this methods when {^see above^} is done
731
733
* @return string
734
+ * @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
732
735
*/
733
736
public function getStoreCode ()
734
737
{
You can’t perform that action at this time.
0 commit comments