Skip to content

Commit

Permalink
Merge pull request #1512 from rubengg86/php_8.1_internal_method_retur…
Browse files Browse the repository at this point in the history
…n_types

fix: Internal method return types, php 8.1 tests compatibility
  • Loading branch information
driesvints authored Dec 7, 2021
2 parents a263428 + c24402e commit 46778b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bridge/Scope.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public function __construct($name)
*
* @return mixed
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
return $this->getIdentifier();
Expand Down

0 comments on commit 46778b0

Please sign in to comment.