Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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