From eb537cafa67179d4553e22fae6c3346d782c8f92 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 12 Feb 2024 19:47:55 +0000 Subject: [PATCH] Apply fixes from StyleCI --- .../DocumentationIntelligence/DocumentationIntelligence.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monorepo/DocumentationIntelligence/DocumentationIntelligence.php b/monorepo/DocumentationIntelligence/DocumentationIntelligence.php index 847e0e4ae42..a0d1b72455a 100644 --- a/monorepo/DocumentationIntelligence/DocumentationIntelligence.php +++ b/monorepo/DocumentationIntelligence/DocumentationIntelligence.php @@ -306,7 +306,7 @@ protected function makeHeadingsTable(): string $html = 'LevelHeading'; foreach ($rows as $row) { - $html .= "" . implode('', $row) . ""; + $html .= ''.implode('', $row).''; } return $html;