Skip to content

Commit

Permalink
Merge c53e5c8 into 3abcf1a
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 1, 2022
2 parents 3abcf1a + c53e5c8 commit 6955a62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/File.php
Expand Up @@ -42,8 +42,9 @@ public function __construct($id, $name, $hash = null, $size = null, $type = null

/**
* @return array
* */
public function jsonSerialize(): mixed
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
return [
'id' => $this->getId(),
Expand Down

0 comments on commit 6955a62

Please sign in to comment.