Skip to content

Commit

Permalink
removed typed property
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkDerHase committed Sep 4, 2024
1 parent 7df8865 commit 12c395b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Service/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ public function __construct(
$this->moduleLogger = $moduleLogger;
}

private array $possiblePayPalLevels = [
/** @var array $possiblePayPalLevels */
private $possiblePayPalLevels = [
'error' => 400,
'info' => 200,
'debug' => 100
Expand Down

0 comments on commit 12c395b

Please sign in to comment.