Closed
Description
PHP_CodeSniffer Bug
I want to contribute to PHP_Codesniffer and I followed the CONTRIBUTING.md documentation and executed them. After executing phpunit
I encountered this error.
To reproduce
This is the steps I took to reproduce the behavior:
- Ran
cd PHP_CodeSniffer
- Ran
bin/phpcs
- Ran
phpunit
This was the output after executing script bin/phpcs
My environment details
Operating System | Ubuntu 22.04.2 LTS |
PHP version | 8.2.8 |
PHP_CodeSniffer version | 3.5.5, master |
Standard | [e.g., PSR2, PSR12, Squiz, custom] |
Install type | git clone |
PHPUnit version | 9.5.10 |
Please confirm:
- I confirm that this bug is a bug in PHP_CodeSniffer and not in one of the external standards.