-
| Q | A
| --------------------| ---------------
| PHPUnit version | 10.1.3
| PHP version | 8.2.5
| Installation Method | Composer
#### Summary
We have experien…
-
## Bug Description
## Given the following reproduction Scenario
The issue happens when running this command:
```bash
phpcs -p . --standard=PHPCompatibility --runtime-set testVersion 7.…
-
When I use the CakePHP standard (**tag 5.0.1**) no files are queued to be processed with phpcs, the issue does happens with other standard (tested with PSR.
Docker Image: webdevops/php-nginx:8.1
P…
-
## Bug Description
When running [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) the plugin generates +- 100 warnings that come up.
Example warnings:
```php
FILE: content/pl…
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 10.0.15
| PHP version | 8.1.14
| Installation Method | Composer
#### Summary
I am updating o…
-
Hello, I'm getting this error, I'm trying to install CookieFix
My `composer.json`:
```json
{
"name": "magento/project-community-edition",
"description": "eCommerce Platform for …
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 9.6.4
| PHP version | 8.1.6
| Installation Method | Composer
#### Summary
PHP 8.1 introduced …
-
Hello, i have a problem using function `dataToAppend` with combination of `config` composer section in monorepo-builder.php. My code looks like this
```php
$mbConfig->dataToAppend([
ComposerJsonSec…
-
## Bug Description
false positive on `
-
When declaring a function, if at least one extra space is added next to a parameter, the phpcs engine will crash with a php fatal error. See code snippet bellow and notice that there are 2 spaces next…