Compare commits
No commits in common. "master" and "1.0.0" have entirely different histories.
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];
|
||||
}
|
||||
|
||||
public function filter(string $property, ?object $instance = null): bool
|
||||
public function filter(string $property): bool
|
||||
{
|
||||
return in_array($property, $this->properties)
|
||||
? ! $this->exclude
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user