Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Applied fixes from FlintCI
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh authored and OskarStark committed Oct 7, 2019
1 parent c0aee9e commit e5b307c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Filter/FilterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface FilterInterface
/**
* Apply the filter to the QueryBuilder instance.
*/
public function filter(ProxyQueryInterface $queryBuilder, string $alias, string $field, string $value): void;
public function filter(ProxyQueryInterface $queryBuilder, string $alias, string $field, string $value): void;

/**
* @param mixed $query
Expand Down
2 changes: 1 addition & 1 deletion tests/Filter/BaseFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class FilterTest_Filter extends BaseFilter
{
public function filter(ProxyQueryInterface $queryBuilder, string $alias, string $field, string $value): void
public function filter(ProxyQueryInterface $queryBuilder, string $alias, string $field, string $value): void
{
}

Expand Down

0 comments on commit e5b307c

Please sign in to comment.