Magento Coding Standard (PHPCS) report for magenizr/magento2-envbar =================================================================== Package version: 1.0.5 | Magento: 2.4.9 | Tested: 2026-06-01 7 warnings in 4 files Helper/Data.php 132:20 warning The use of function parse_url() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) Setup/Patch/Data/Defaults.php 23:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) view/adminhtml/web/css/source/_module.less 12:40 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 21:40 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 30:40 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 39:40 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) Block/Adminhtml/System/Config/Environments/Table.php 33:22 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)