We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d076fa6 commit f4c795fCopy full SHA for f4c795f
app/code/Magento/Backend/App/Area/FrontNameResolver.php
@@ -117,6 +117,9 @@ public function getFrontName($checkHost = false)
117
/**
118
* Return whether the host from request is the backend host
119
*
120
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
121
+ * @SuppressWarnings(PHPMD.NPathComplexity)
122
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
123
* @return bool
124
*/
125
public function isHostBackend()
0 commit comments