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 Feb 23, 2024
1 parent b12e7e3 commit 6e53cf2
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 6e53cf2

Please sign in to comment.