diff --git a/src/Filter/All.php b/src/Filter/All.php index 5b42bb1..67b47b6 100644 --- a/src/Filter/All.php +++ b/src/Filter/All.php @@ -4,5 +4,4 @@ class All extends Chain { - } diff --git a/src/Filter/Any.php b/src/Filter/Any.php index c9937e0..5d47ebe 100644 --- a/src/Filter/Any.php +++ b/src/Filter/Any.php @@ -4,5 +4,4 @@ class Any extends Chain { - } diff --git a/src/Filter/GreaterThan.php b/src/Filter/GreaterThan.php index 8a05b26..fd8190c 100644 --- a/src/Filter/GreaterThan.php +++ b/src/Filter/GreaterThan.php @@ -4,5 +4,4 @@ class GreaterThan extends Condition { - } diff --git a/src/Filter/GreaterThanOrEqual.php b/src/Filter/GreaterThanOrEqual.php index 63e30a0..4cd4a73 100644 --- a/src/Filter/GreaterThanOrEqual.php +++ b/src/Filter/GreaterThanOrEqual.php @@ -4,5 +4,4 @@ class GreaterThanOrEqual extends Condition { - } diff --git a/src/Filter/LessThan.php b/src/Filter/LessThan.php index e7cc261..297493f 100644 --- a/src/Filter/LessThan.php +++ b/src/Filter/LessThan.php @@ -4,5 +4,4 @@ class LessThan extends Condition { - } diff --git a/src/Filter/LessThanOrEqual.php b/src/Filter/LessThanOrEqual.php index 3619858..ef35974 100644 --- a/src/Filter/LessThanOrEqual.php +++ b/src/Filter/LessThanOrEqual.php @@ -4,5 +4,4 @@ class LessThanOrEqual extends Condition { - } diff --git a/src/Filter/None.php b/src/Filter/None.php index 069dcaf..a1b14f7 100644 --- a/src/Filter/None.php +++ b/src/Filter/None.php @@ -4,5 +4,4 @@ class None extends Chain { - } diff --git a/src/Filter/Rule.php b/src/Filter/Rule.php index 4fb7f30..dc83c80 100644 --- a/src/Filter/Rule.php +++ b/src/Filter/Rule.php @@ -4,5 +4,4 @@ interface Rule { - }