Skip to content

Commit 22b228c

Browse files
committed
run rector
1 parent 852c2c2 commit 22b228c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Compat/Logger.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,10 +431,8 @@ public function addProcessor($processor, $priority = 1, ?array $options = null):
431431

432432
/**
433433
* Get processors
434-
*
435-
* @return SplPriorityQueue
436434
*/
437-
public function getProcessors()
435+
public function getProcessors(): SplPriorityQueue
438436
{
439437
return $this->processors;
440438
}

0 commit comments

Comments
 (0)