Skip to content

Commit

Permalink
Make adjustments based on the psalm review
Browse files Browse the repository at this point in the history
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
Co-authored-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
  • Loading branch information
shdehnavi and skjnldsv committed Jul 13, 2023
1 parent acb94dc commit f1f87f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/admin_audit/lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit f1f87f6

Please sign in to comment.