@@ -8,7 +8,7 @@ |
||
8 | 8 | |
9 | 9 | namespace InnoCraft\Experiments\Filters; |
10 | 10 | |
11 | -class NeverTrigger implements FilterInterface { |
|
11 | +class NeverTrigger implements FilterInterface { |
|
12 | 12 | |
13 | 13 | public function shouldTrigger() |
14 | 14 | { |
@@ -11,7 +11,7 @@ |
||
11 | 11 | use InnoCraft\Experiments\Storage\StorageInterface; |
12 | 12 | use InvalidArgumentException; |
13 | 13 | |
14 | -class IsInTestGroup implements FilterInterface { |
|
14 | +class IsInTestGroup implements FilterInterface { |
|
15 | 15 | |
16 | 16 | const MAX_PERCENTAGE = 100; |
17 | 17 | const STORAGE_NAMESPACE = 'isInTestGroup'; |
@@ -10,7 +10,7 @@ |
||
10 | 10 | |
11 | 11 | use InvalidArgumentException; |
12 | 12 | |
13 | -class CustomFilter implements FilterInterface { |
|
13 | +class CustomFilter implements FilterInterface { |
|
14 | 14 | |
15 | 15 | /** |
16 | 16 | * @var \Callable |
@@ -11,7 +11,7 @@ |
||
11 | 11 | use DateTimeInterface; |
12 | 12 | use DateTime; |
13 | 13 | |
14 | -class ScheduledDate implements FilterInterface { |
|
14 | +class ScheduledDate implements FilterInterface { |
|
15 | 15 | |
16 | 16 | /** |
17 | 17 | * @var DateTimeInterface |
@@ -8,7 +8,7 @@ |
||
8 | 8 | |
9 | 9 | namespace InnoCraft\Experiments\Filters; |
10 | 10 | |
11 | -class AlwaysTrigger implements FilterInterface { |
|
11 | +class AlwaysTrigger implements FilterInterface { |
|
12 | 12 | |
13 | 13 | public function shouldTrigger() |
14 | 14 | { |