Skip to content

Commit

Permalink
Merge pull request #565 from pazion/main
Browse files Browse the repository at this point in the history
Provide return type attribute to handle php-8.1 exception
  • Loading branch information
stephangroen authored Jun 9, 2022
2 parents 9880cc3 + bec0c3d commit 69146a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ public function json($options = 0, $withDeferred = false)
*
* @return array
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
return $this->attributes;
Expand Down

0 comments on commit 69146a1

Please sign in to comment.