mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
tests new filters ReferrerFilter and OpenBetweenDatesFilter (wip.. test failed)
This commit is contained in:
@@ -48,7 +48,7 @@ class ReferrerFilter implements FilterInterface
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function describeAction($data, $format = 'string')
|
||||
public function describeAction($data, $format = 'string'): array
|
||||
{
|
||||
$users = [];
|
||||
|
||||
@@ -116,7 +116,7 @@ class ReferrerFilter implements FilterInterface
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function applyOn()
|
||||
public function applyOn(): string
|
||||
{
|
||||
return Declarations::ACP_SHARED;
|
||||
}
|
||||
|
Reference in New Issue
Block a user