* Fixing DoctrineMezzioModule\Hydrator\Filter\PropertyName::filter declaration
This commit is contained in:
parent
2409ccfaaf
commit
25dd079a45
499
composer.lock
generated
499
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -60,7 +60,7 @@ class PropertyName implements FilterInterface
|
|||||||
: [$properties];
|
: [$properties];
|
||||||
}
|
}
|
||||||
|
|
||||||
public function filter(string $property): bool
|
public function filter(string $property, ?object $instance = null): bool
|
||||||
{
|
{
|
||||||
return in_array($property, $this->properties)
|
return in_array($property, $this->properties)
|
||||||
? ! $this->exclude
|
? ! $this->exclude
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user