symplify/token-runner
This package is abandoned and no longer maintained.
The author suggests using the https://github.com/symplify/codingstandard package instead.
Set of utils for PHP_CodeSniffer and PHP CS Fixer.
Maintainers
v5.4.13
2019-02-28 12:38 UTC
Requires
- php: ^7.1
- friendsofphp/php-cs-fixer: ^2.14
- nette/finder: ^2.4
- nette/utils: ^2.5
- squizlabs/php_codesniffer: ^3.4
- symplify/better-phpdoc-parser: ^5.4.13
- symplify/package-builder: ^5.4.13
Requires (Dev)
- phpunit/phpunit: ^7.5|^8.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 58eb894c8df4c418a22c81fdd2d2da4532181cad
This package is auto-updated.
Last update: 2019-03-03 12:59:41 UTC
README
Building own Sniffs and Fixers made easy.
It helps you with 4 following cases:
Analyzer
Find out something - size, name or location
Testing
- Add set to check
- Run
- Compare before/after
Transformer
- Changes something into something else
Wrapper
- Nice api over element, class, method or property...
