-
Not much change is needed:
```
$ vendor/bin/phpcs -p src --standard=PHPCompatibility --runtime-set testVersion 8.3
........................ 24 / 24 (100%)
```
but there's php8.2 compatibility pat…
-
### Bug report
The `E_STRICT` constant is deprecated in PHP 8.4 but PHPStan doesn't yet trigger an error when it's used unconditionally.
Refs:
* https://3v4l.org/qfNga/rfc#vgit.master
* https:…
-
As I see PhpCompatibilityTask just missing logic for ignore_patterns
-
## Bug Description
PHPCompatibility is incorrectly reporting `PHPCompatibility.Operators.RemovedTernaryAssociativity.Removed` violations on a code that mixes `match` syntax with multiple `new` init…
-
I've just run PHPCompatibility `develop` branch against some code that contained the following line:
```php
$char = mb_chr($codepoint);
```
PHPCompatibility output the following error:
> Th…
-
## Enhancement Description
From 8631681
You can check WordPress compatibility with johnbillion/wp-compat which is a PHPStan extension,
PHP compatibility with phpcompatibility/php-compatibility …
-
PHPCompatibility 9.3.5 was released on December 27, 2019 and PHP 8.0.0 was released on November 26, 2020.
As a consequence using PHPCompatibility 9.3.5 has lots of issues with PHP 8 code, so it wou…
-
Something I've been wondering about for a while now and just want to put it out there to see if there was a specific reason for (not doing) it (yet) and/or to get a second opinion.
* Currently ever…
jrfnl updated
6 years ago
-
I think it would be a great idea to have a logo for the PHPCompatibility organisation and if possible, variations of that logo for the individual repos, so:
* PHPCompatibility
* PHPCompatibilityJoom…
jrfnl updated
5 years ago
-
I've been thinking about this for a while, but looks like I never opened an issue for this before.
By default, PHPCS outputs the `full` report. Aside from that, it offers [a number of other useful …
jrfnl updated
6 years ago