Compare commits

..

No commits in common. "master" and "1.0.0" have entirely different histories.

2 changed files with 233 additions and 268 deletions

499
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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