Skip to content

Commit

Permalink
Merge branch '5.2' into 5.3
Browse files Browse the repository at this point in the history
* 5.2:
  [5.2] Add missing `@return` annotations
  [4.4] Add missing `@return` annotations
  Handle lock with long key
  #42227 update phpdoc to recommend createIndex over ensureIndex
  • Loading branch information
nicolas-grekas committed Jul 23, 2021
2 parents 1b96658 + c1c2621 commit d6602ac
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 d6602ac

Please sign in to comment.