Skip to content

Commit

Permalink
Merge pull request #35 from Flagsmith/release/3.1.1
Browse files Browse the repository at this point in the history
Release 3.1.1
  • Loading branch information
matthewelwell authored Mar 14, 2023
2 parents 226661a + 4de24c2 commit 2c65698
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flagsmith/flagsmith-php-client",
"type": "library",
"version": "v3.1.0",
"version": "v3.1.1",
"license": "BSD-3-Clause",
"authors": [
{
Expand Down
1 change: 1 addition & 0 deletions src/Engine/Utils/Collections/CollectionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ protected function setValues($values)
* Returns the object to JSON serialize.
* @return array
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
return $this->getArrayCopy();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class MultivariateFeatureStateValueModelList extends \ArrayObject implements \Js
* Returns the object to JSON serialize.
* @return array
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$stateValues = $this->getArrayCopy();
Expand Down

0 comments on commit 2c65698

Please sign in to comment.