Skip to content
Snippets Groups Projects
Commit 7484acb8 authored by Nikita Popov's avatar Nikita Popov
Browse files

Enable syntax highlighting for one code block

parent bc5ba47b
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment