Skip to content

Commit

Permalink
run rector
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 28, 2024
1 parent 852c2c2 commit 22b228c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Compat/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,8 @@ public function addProcessor($processor, $priority = 1, ?array $options = null):

/**
* Get processors
*
* @return SplPriorityQueue
*/
public function getProcessors()
public function getProcessors(): SplPriorityQueue
{
return $this->processors;
}
Expand Down

0 comments on commit 22b228c

Please sign in to comment.