Skip to content

Commit

Permalink
Add property type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed Jun 5, 2021
1 parent ce57d91 commit 91ef215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Psr/Log/LoggerAwareTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trait LoggerAwareTrait
*
* @var LoggerInterface|null
*/
protected $logger;
protected ?LoggerInterface $logger = null;

/**
* Sets a logger.
Expand Down

0 comments on commit 91ef215

Please # to comment.