We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7e2fd commit a45b16fCopy full SHA for a45b16f
src/lib/Persistence/Legacy/URL/Query/CriteriaConverter.php
@@ -40,9 +40,7 @@ public function addHandler(CriterionHandler $handler)
40
'4.6.24',
41
'The "%s" method is deprecated. Use a service definition tag ("%s") instead.',
42
__METHOD__,
43
- implode('", "', [
44
- 'ibexa.storage.legacy.url.criterion.handler',
45
- ]),
+ 'ibexa.storage.legacy.url.criterion.handler',
46
);
47
48
if ($this->handlers instanceof Traversable) {
0 commit comments