Skip to content

Commit a45b16f

Browse files
committed
Made CriteriaConverter capable of using lazy constructors
1 parent cb7e2fd commit a45b16f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib/Persistence/Legacy/URL/Query/CriteriaConverter.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ public function addHandler(CriterionHandler $handler)
4040
'4.6.24',
4141
'The "%s" method is deprecated. Use a service definition tag ("%s") instead.',
4242
__METHOD__,
43-
implode('", "', [
44-
'ibexa.storage.legacy.url.criterion.handler',
45-
]),
43+
'ibexa.storage.legacy.url.criterion.handler',
4644
);
4745

4846
if ($this->handlers instanceof Traversable) {

0 commit comments

Comments
 (0)