This commit is contained in:
TomasVotruba 2021-05-04 17:32:07 +02:00
parent 2fa60fc071
commit 5eadda433e

View File

@ -196,7 +196,7 @@ Or with Xdebug:
vendor/bin/rector process src/Controller --dry-run --xdebug vendor/bin/rector process src/Controller --dry-run --xdebug
``` ```
To assist with simple debugging Rector provides a 2 helps to pretty-print AST-nodes: To assist with simple debugging Rector provides a 2 helpers to pretty-print AST-nodes:
```php ```php
use PhpParser\Node\Scalar\String_; use PhpParser\Node\Scalar\String_;