-
### Preconditions
1.magento/product-enterprise-edition: "2.4.7-p1"
2. magento/magento-coding-standard: "33"
3. Previous coding standard version --> 31
```
PHP 8.3.9 (cli) (built: Jul 2 2024 …
-
The `CompressGzipstream` uses some functions that were only added on PHP 7:
```
----------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 3 LINES
----------…
Luc45 updated
4 years ago
-
I have no idea how to submit changes to the wiki. Here's a patch file:
```patch
From 63025d83c7964f2020a26ee806235c69871f66c5 Mon Sep 17 00:00:00 2001
From: Anna Filina
Date: Thu, 1 Oct 2020 09:4…
-
As mentioned here: https://github.com/PHPCompatibility/PHPCompatibility/pull/1586#discussion_r1273478919
The convention is for `@dataProvider` tags to be before `@param` tags and after the descriptio…
-
hello I report that some dependencies of the library are not compatible with php 7.3.
Below are the errors found:
`FILE: sites/all/libraries/mailchimp/vendor/phpunit/phpunit-mock-objects/tests/_fi…
-
An ongoing "scary" issue with the compatibility checker is the false positives from plugins that safely use deprecated code (see the entire whitelist of plugins). But plugin authors can clear their co…
-
I am trying to check for errors via phpcs and PHPCompatibility standard on a laravel project, here is the command:
phpcs -psvw app --extensions=php --standard=PHPCompatibility --runtime-set tes…
-
I'd like to request to add polyfill-php81.
-
## environment
- squizlabs/php_codesniffer (3.5.2)
- phpcompatibility/php-compatibility (9.3.4)
- guzzlehttp/promises (v1.3.1)
- guzzlehttp/guzzle (6.5.2)
## what I got
```
FILE: /home/ru…
-
Thoughts on including https://github.com/PHPCompatibility/PHPCompatibility ? so we can set a version number in our project's phpcs.xml
This was discussed on the BEE scrum: https://webdevstudios.atl…