Registry / build-tool / phpcsstandards-phpcsdevtools

phpcsstandards-phpcsdevtools

JSON →
library1.2.3phppackagistunverified

Tools for PHP_CodeSniffer sniff developers.

composer require phpcsstandards/phpcsdevtools
INSTALL
IMPORT
SIG · PHPCSSTANDARDS-PHP
P
phpcsstandards-phpcsdevtools
build-toolphpv1.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Sniff
use PHPCSStandards\PHPCSDevTools\Sniff\Sniff;

Implement a custom PHP_CodeSniffer sniff

use PHPCSStandards\PHPCSDevTools\Sniff\Sniff; class MySniff implements Sniff { public function register() { return [T_STRING]; } public function process(File $file, $position) { /* ... */ } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
phpcsstandards-phpcsdevtools — pip install phpcsstandards-phpcsdevtools · libregistry