Skip to content

Commit

Permalink
chore: added internal annotation to logger trait
Browse files Browse the repository at this point in the history
  • Loading branch information
petrknap committed May 22, 2024
1 parent 9f905b7 commit f8cad58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/LoggerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

use Psr\Log\LoggerInterface;

/**
* @internal
*/
trait LoggerTrait
{
private static ?LoggerInterface $logger = null;
Expand Down

0 comments on commit f8cad58

Please sign in to comment.