From 05fbfe97e3e76241de14e545ef07169809403c43 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=UTF-8 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 50ab773365df0..60f10d03af642 100644 --- a/apps/admin_audit/lib/AppInfo/Application.php +++ b/apps/admin_audit/lib/AppInfo/Application.php @@ -70,8 +70,8 @@ use Psr\Log\LoggerInterface; class Application extends App implements IBootstrap { - - protected LoggerInterface $logger; + /** @var LoggerInterface */ + protected $logger; public function __construct() { parent::__construct('admin_audit');