From 6e53cf2a0f6354216b5e45f14d0dcea71cc2543a Mon Sep 17 00:00:00 2001 From: Hamid Dehnavi Date: Thu, 13 Jul 2023 10:41:55 +0330 Subject: [PATCH] Make adjustments based on the psalm review MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Hamid Dehnavi Co-authored-by: John Molakvoæ Signed-off-by: Hamid Dehnavi --- apps/admin_audit/lib/AppInfo/Application.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/admin_audit/lib/AppInfo/Application.php b/apps/admin_audit/lib/AppInfo/Application.php index 568f7d4892c..860b7b70ae6 100644 --- a/apps/admin_audit/lib/AppInfo/Application.php +++ b/apps/admin_audit/lib/AppInfo/Application.php @@ -70,8 +70,8 @@ use Psr\Container\ContainerInterface; use Psr\Log\LoggerInterface; class Application extends App implements IBootstrap { - - protected LoggerInterface $logger; + /** @var LoggerInterface */ + protected $logger; public function __construct() { parent::__construct('admin_audit'); -- 2.39.5