Skip to content

Commit 9f91105

Browse files
fix(*): Fix typo in constant
1 parent e4df09c commit 9f91105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Constants.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ class Constants
5050
public const BOUNCING_LEVEL_DISABLED = 'bouncing_disabled';
5151

5252
/** @var string The "flex" bouncing level */
53-
public const BOUNCING_LEVEL_FLEX = 'flex_boucing';
53+
public const BOUNCING_LEVEL_FLEX = 'flex_bouncing';
5454

5555
/** @var string The "normal" bouncing level */
56-
public const BOUNCING_LEVEL_NORMAL = 'normal_boucing';
56+
public const BOUNCING_LEVEL_NORMAL = 'normal_bouncing';
5757

5858
/** @var string The "PHPFS" cache system */
5959
public const CACHE_SYSTEM_PHPFS = 'phpfs';

0 commit comments

Comments
 (0)