Skip to content

Adding coding-standard.yml file to the project. #1

Adding coding-standard.yml file to the project.

Adding coding-standard.yml file to the project. #1

Triggered via push June 20, 2024 21:57
Status Failure
Total duration 20s
Artifacts
Magento 2 Coding Standard
10s
Magento 2 Coding Standard
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Magento 2 Coding Standard: Model/ModuleMetadata.php#L200
The use of function file_exists() is discouraged
Magento 2 Coding Standard: Model/ModuleMetadata.php#L200
The use of function is_readable() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isReadable() instead
Magento 2 Coding Standard: Model/ModuleMetadata.php#L203
The use of function file_get_contents() is discouraged