Skip to content

Commit

Permalink
Fix stylechecks
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Dec 17, 2021
1 parent d50b6ea commit 116522f
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/Filter/All.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class All extends Chain
{

}
1 change: 0 additions & 1 deletion src/Filter/Any.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class Any extends Chain
{

}
1 change: 0 additions & 1 deletion src/Filter/GreaterThan.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class GreaterThan extends Condition
{

}
1 change: 0 additions & 1 deletion src/Filter/GreaterThanOrEqual.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class GreaterThanOrEqual extends Condition
{

}
1 change: 0 additions & 1 deletion src/Filter/LessThan.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class LessThan extends Condition
{

}
1 change: 0 additions & 1 deletion src/Filter/LessThanOrEqual.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class LessThanOrEqual extends Condition
{

}
1 change: 0 additions & 1 deletion src/Filter/None.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class None extends Chain
{

}
1 change: 0 additions & 1 deletion src/Filter/Rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

interface Rule
{

}

0 comments on commit 116522f

Please sign in to comment.