Skip to content

Commit 2c65698

Browse files
Merge pull request #35 from Flagsmith/release/3.1.1
Release 3.1.1
2 parents 226661a + 4de24c2 commit 2c65698

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flagsmith/flagsmith-php-client",
33
"type": "library",
4-
"version": "v3.1.0",
4+
"version": "v3.1.1",
55
"license": "BSD-3-Clause",
66
"authors": [
77
{

src/Engine/Utils/Collections/CollectionTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ protected function setValues($values)
2323
* Returns the object to JSON serialize.
2424
* @return array
2525
*/
26+
#[\ReturnTypeWillChange]
2627
public function jsonSerialize()
2728
{
2829
return $this->getArrayCopy();

src/Engine/Utils/Collections/MultivariateFeatureStateValueModelList.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class MultivariateFeatureStateValueModelList extends \ArrayObject implements \Js
1414
* Returns the object to JSON serialize.
1515
* @return array
1616
*/
17+
#[\ReturnTypeWillChange]
1718
public function jsonSerialize()
1819
{
1920
$stateValues = $this->getArrayCopy();

0 commit comments

Comments
 (0)