-
## My `composer.json`
```json
{
"require": {
"php": "^7.2 | ^8.0",
"inpsyde/modularity": "^1.3.0",
"dhii/validator": "^0.1",
"dhii/versions": "^v0.1.0-alpha3",
"wikim…
-
Inspired by a question in Slack from @Djennez :
The NamingConventions/ValidHookName sniff needs a quick review for correct handling of double backslashes.
When single quoted strings are used, th…
jrfnl updated
3 years ago
-
@DeepDiver1975
Any plans to implement ``php-cs-fixer`` as we have in core ?
-
Dear maintainer,
When I do a test to see whether my wordpress installation is compatible with version 7.4 of php with the following syntax:
```
./vendor/bin/phpcs -p -d memory_limit=16G --sta…
-
Running `phpcs . --standard=WordPress --ignore="/vendor/*,/node_modules/*,/packages/*" --extensions=php -p` currently results to:
```
E 1 / 1 (100%)
FILE: /Users/nielslange/wpvip/plugins/hi…
-
### Question/Feature Request
Based on our reference setup, how can we use the stack ruleset.xml to perform a single phpcs operation that covers all areas (stack/plugin/theme)?
### Reference Setup
…
-
I ran into a very confusing issue where I had my phpcs-checks fail on the build server but when I ran the exact same command on the exact same file locally, I didn't get any failures at all. This got …
-
When using cbf to clean up following sample code, it turns it
```php
-
### Where on docs.platform.sh should be changed?
* [PHP documentation](https://docs.platform.sh/languages/php.html)
### What exactly should be updated?
The actual documentation for [PHP](http…
-
Related to [this](https://github.com/squizlabs/PHP_CodeSniffer/issues/3277). I'm still getting error like
```
40 | ERROR | [x] Scope keyword "static" must be followed by a single space; found newl…