Skip to content

Commit

Permalink
Merge 69a9952 into be02bed
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Aug 14, 2022
2 parents be02bed + 69a9952 commit f79821b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/File.php
Expand Up @@ -42,7 +42,8 @@ public function __construct($id, $name, $hash = null, $size = null, $type = null

/**
* @return array
* */
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
return [
Expand Down

0 comments on commit f79821b

Please sign in to comment.