Skip to content

Commit 67f0d31

Browse files
committed
Remove property type to fix psalm error
Signed-off-by: Danial Rahimi <48244647+danialRahimy@users.noreply.github.com>
1 parent 838d031 commit 67f0d31

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/admin_audit/lib/AppInfo/Application.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
use Psr\Log\LoggerInterface;
7272

7373
class Application extends App implements IBootstrap {
74-
protected LoggerInterface $logger;
74+
/** @var LoggerInterface */
75+
protected $logger;
7576

7677
public function __construct() {
7778
parent::__construct('admin_audit');

0 commit comments

Comments
 (0)