From 4beb1aa7e89999a0b0e65cf6b1e5383b6cba84f0 Mon Sep 17 00:00:00 2001 From: Michael Danielczok <michael@pcsg.de> Date: Thu, 17 Oct 2024 16:01:36 +0200 Subject: [PATCH] chore: header blocks must be separated by a single blank line --- index.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.php b/index.php index d9bdb99..4ecffac 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,12 @@ <?php +/** + * @var QUI\Projects\Project $Project + * @var QUI\Projects\Site $Site + * @var QUI\Interfaces\Template\EngineInterface $Engine + * @var QUI\Template $Template + **/ + /** * Register smarty functions */ -- GitLab