mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-04-21 06:22:12 +02:00
Enable syntax highlighting for one code block
This commit is contained in:
parent
bc5ba47b28
commit
7484acb88b
@ -296,7 +296,7 @@ for minor tasks. For this reason a `NodeFinder` is provided, which can find AST
|
||||
satisfy a certain callback, or which are instanced of a certain node type. A couple of examples are
|
||||
shown in the following:
|
||||
|
||||
```
|
||||
```php
|
||||
use PhpParser\{Node, NodeFinder};
|
||||
|
||||
$nodeFinder = new NodeFinder;
|
||||
|
Loading…
x
Reference in New Issue
Block a user