-
When running [PHPcompatibility](https://github.com/PHPCompatibility/PHPCompatibility) phpcs sniff, following error appears:
```
FILE: vendor/nodespark/des-connector/src/DESConnector/Elasticsearch/…
-
We require the following dependencies:
```
"dealerdirect/phpcodesniffer-composer-installer": "*",
"drupal/coder": "^8.3.7",
"friendsoftwig/twigcs": "^4.0 || ^5.0 || ^6.0",
…
-
Instead of using an @dev branch whose only difference is using an unreleased version of the upstream, make the option for 8.x checks an input parameter of running the action
-
# PHP 8 Compatibility Check | Daniel Opitz - Blog
To check whether your code is compatible with PHP 8 or not, you may find this tool very useful.
[https://odan.github.io/2020/12/22/php8-compatibilit…
-
I've just come across an interesting thing that I can't find any documentation for, but which is a clear difference in implementation between PHP versions.
It appears that the magic methods (e.g. `…
-
If I run:
```
phpcs --standard=PHPCompatibility --runtime-set testVersion 'foo' --extensions=php --ignore=/node_modules/,/bower_components/,/svn/ --report=json
```
I'd expect to see an error f…
-
```
101 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0 - use php://input instead.
104 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprec…
-
As identified in #96, our coding standards
-
Hello,
We are attempting to upgrade our project to PHP8, and this error was surfaced by PHPCodesniffer and PHPCompatibility checker against PHP 8. Do you have any more information about this error…
-
I'd like to re-open the discussion around whether the paths registered with PHPCS should be absolute or relative paths.
Some previous issues related to this: #14, #33, #73
### Current status aft…
jrfnl updated
2 years ago