Skip to content

Commit

Permalink
PHP CS Fixer - ordered_types (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis authored Oct 14, 2023
1 parent 2873a33 commit d27e3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Retry.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Retry
/**
* @deprecated See README.md "Changing defaults"
*/
public static string|AbstractStrategy $defaultStrategy = self::DEFAULT_STRATEGY;
public static AbstractStrategy|string $defaultStrategy = self::DEFAULT_STRATEGY;

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

0 comments on commit d27e3c4

Please sign in to comment.