Skip to content

Commit

Permalink
Compatibility with PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 1, 2022
1 parent e1e10a5 commit c53e5c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/File.php
Original file line number Diff line number Diff line change
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 c53e5c8

Please sign in to comment.