docs: add missing syntax highlighting

This commit is contained in:
Oliver Davies 2022-10-16 13:09:50 +01:00
parent 52836ee597
commit e25bc7007a

View file

@ -115,7 +115,8 @@ public function __construct(Connection $database) {
### Completing the handle method
As well as the database, I've added some properties to contain the table names to query as well as the name of the file to output:
```
```php
private static array $tableNames = [
'block_content__body',
'node__body',