Skip to content

Commit 4d9d17a

Browse files
committed
style: null type operator
1 parent bfd7335 commit 4d9d17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParameterValidator/FilterLocatorTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private function setFilterLocator(?ContainerInterface $filterLocator, bool $allo
4545
/**
4646
* Gets a filter with a backward compatibility.
4747
*/
48-
private function getFilter(string $filterId): FilterInterface|null
48+
private function getFilter(string $filterId): ?FilterInterface
4949
{
5050
if ($this->filterLocator && $this->filterLocator->has($filterId)) {
5151
return $this->filterLocator->get($filterId);

0 commit comments

Comments
 (0)