Skip to content

Commit

Permalink
Fix php 8.1 notice error (#308)
Browse files Browse the repository at this point in the history
Co-authored-by: Saša Muhtić <[email protected]>
  • Loading branch information
abraxas81 and Saša Muhtić authored Apr 17, 2023
1 parent f970a9c commit 18e8652
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions League/Entity/Scope.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ final class Scope implements ScopeEntityInterface

/**
* {@inheritdoc}
*
* @return mixed
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
return $this->getIdentifier();
Expand Down

0 comments on commit 18e8652

Please sign in to comment.