Magento Coding Standard (PHPCS) report for mage-os/module-extension-directory ============================================================================= Package version: 0.1.1 | Magento: 2.4.9 | Tested: 2026-09-14 1 error, 3 warnings in 4 files src/ViewModel/DirectoryConfig.php 155:13 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) src/Model/Feed/FeedResult.php 9:1 error Final keyword is prohibited in Magento. It decreases extensibility and is not compatible with plugins and proxies. (Magento2.PHP.FinalImplementation.FoundFinal) src/Model/Feed/FeedProvider.php 158:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) src/Controller/Adminhtml/Cta/Dismiss.php 43:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)