Skip to content

Commit

Permalink
Add @return for jsonSerialize functions
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienPillevesse committed Apr 30, 2024
1 parent f84583f commit 5c3aab7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Annotations/AbstractAnnotation.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ public function __debugInfo()
return $properties;
}

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

0 comments on commit 5c3aab7

Please sign in to comment.