Skip to content

Commit 0c57e20

Browse files
committed
bump version
1 parent de63e0f commit 0c57e20

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "communitydragon/phizz",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "An auto-generated PHP library for Riot API",
55
"keywords": [
66
"communitydragon",

src/Retry.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@ public static function fixed(int $seconds = 2): self
2626
{
2727
return new self('fixed', $seconds);
2828
}
29+
30+
public static function __set_state(array $array): self
31+
{
32+
return new self($array['strategy'], $array['value']);
33+
}
2934
}

0 commit comments

Comments
 (0)