Skip to content

Commit 16ac2be

Browse files
[4.4] Add missing @return annotations
1 parent 61de802 commit 16ac2be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BufferingLogger.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ public function cleanLogs(): array
3535
return $logs;
3636
}
3737

38+
/**
39+
* @return array
40+
*/
3841
public function __sleep()
3942
{
4043
throw new \BadMethodCallException('Cannot serialize '.__CLASS__);

0 commit comments

Comments
 (0)