Skip to content

Commit

Permalink
[4.4] Add missing @return annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jul 23, 2021
1 parent 74abdd6 commit 31d4a64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions File/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class Stream extends File
{
/**
* {@inheritdoc}
*
* @return int|false
*/
public function getSize()
{
Expand Down

0 comments on commit 31d4a64

Please sign in to comment.