Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
```php abstract class AbstractFilter implements FilterInterface : public function __construct(protected ManagerRegistry $managerRegistry, LoggerInterface $logger = null, protected ?array $properties = null, protected ?NameConverterInterface $nameConverter = null) { $this->logger = $logger ?? new NullLogger(); } ``` The tild should not be in second position, it should be the log as shown in the AbstractFilter constructor
- Loading branch information