We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4df09c commit 9f91105Copy full SHA for 9f91105
src/Constants.php
@@ -50,10 +50,10 @@ class Constants
50
public const BOUNCING_LEVEL_DISABLED = 'bouncing_disabled';
51
52
/** @var string The "flex" bouncing level */
53
- public const BOUNCING_LEVEL_FLEX = 'flex_boucing';
+ public const BOUNCING_LEVEL_FLEX = 'flex_bouncing';
54
55
/** @var string The "normal" bouncing level */
56
- public const BOUNCING_LEVEL_NORMAL = 'normal_boucing';
+ public const BOUNCING_LEVEL_NORMAL = 'normal_bouncing';
57
58
/** @var string The "PHPFS" cache system */
59
public const CACHE_SYSTEM_PHPFS = 'phpfs';
0 commit comments