Skip to content

Commit

Permalink
Declare variables explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Sep 6, 2023
1 parent 838f333 commit f38d144
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/controllers/TemplatesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ public function indexAction()

$this->addControl($sortControl);


$tableRows = [];

/** @var Model\Template $template */
foreach ($templates as $template) {
if ($canManage) {
Expand Down

0 comments on commit f38d144

Please sign in to comment.