We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ordered_types
1 parent 2873a33 commit d27e3c4Copy full SHA for d27e3c4
1 file changed
src/Retry.php
@@ -42,7 +42,7 @@ class Retry
42
/**
43
* @deprecated See README.md "Changing defaults"
44
*/
45
- public static string|AbstractStrategy $defaultStrategy = self::DEFAULT_STRATEGY;
+ public static AbstractStrategy|string $defaultStrategy = self::DEFAULT_STRATEGY;
46
47
/** @deprecated See README.md "Changing defaults" */
48
public static bool $defaultJitterEnabled = self::DEFAULT_JITTER_STATE;
0 commit comments