Skip to content

Commit 674524d

Browse files
markstorygaras
andauthored
Apply suggestions from code review
Co-authored-by: Edgaras Janušauskas <edgaras.janusauskas@gmail.com>
1 parent e1b5335 commit 674524d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/element/deprecations_panel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
use function Cake\Core\h;
2525

26-
$hasAny = count($app) + count($plugins) + count($cake) . count($vendor);
26+
$hasAny = count($app) + count($plugins) + count($cake) + count($vendor);
2727

2828
$printer = function ($section, $data) {
2929
?>

0 commit comments

Comments
 (0)