Skip to content

Commit d27e3c4

Browse files
authored
PHP CS Fixer - ordered_types (#7)
1 parent 2873a33 commit d27e3c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Retry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Retry
4242
/**
4343
* @deprecated See README.md "Changing defaults"
4444
*/
45-
public static string|AbstractStrategy $defaultStrategy = self::DEFAULT_STRATEGY;
45+
public static AbstractStrategy|string $defaultStrategy = self::DEFAULT_STRATEGY;
4646

4747
/** @deprecated See README.md "Changing defaults" */
4848
public static bool $defaultJitterEnabled = self::DEFAULT_JITTER_STATE;

0 commit comments

Comments
 (0)