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()
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 {
You can’t perform that action at this time.
0 commit comments