From e25bc7007aded8f2aa4271c9114ba72b8eb18e02 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 16 Oct 2022 13:09:50 +0100 Subject: [PATCH] docs: add missing syntax highlighting --- website/src/posts/drupal-body-classes-tailwind-css.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/posts/drupal-body-classes-tailwind-css.md b/website/src/posts/drupal-body-classes-tailwind-css.md index a0d2b9ca..e7e15c99 100644 --- a/website/src/posts/drupal-body-classes-tailwind-css.md +++ b/website/src/posts/drupal-body-classes-tailwind-css.md @@ -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',