Enable syntax highlighting for one code block

This commit is contained in:
Nikita Popov 2018-02-28 21:27:29 +01:00
parent bc5ba47b28
commit 7484acb88b

View File

@ -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;