From 674524d7e542f9e7823302fc1dc404bcacd26cf8 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Mon, 27 May 2024 06:45:21 -0700 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Edgaras JanuĊĦauskas --- templates/element/deprecations_panel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/element/deprecations_panel.php b/templates/element/deprecations_panel.php index d4a47826..9cb03c3b 100644 --- a/templates/element/deprecations_panel.php +++ b/templates/element/deprecations_panel.php @@ -23,7 +23,7 @@ use function Cake\Core\h; -$hasAny = count($app) + count($plugins) + count($cake) . count($vendor); +$hasAny = count($app) + count($plugins) + count($cake) + count($vendor); $printer = function ($section, $data) { ?>