Skip to content

Commit

Permalink
Remove property type to fix psalm error
Browse files Browse the repository at this point in the history
  • Loading branch information
danialRahimy committed Jul 7, 2023
1 parent 7984d6c commit 50f672c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/admin_audit/lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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');
Expand Down

0 comments on commit 50f672c

Please sign in to comment.