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.
2 parents 11a644e + 8899349 commit 4214eacCopy full SHA for 4214eac
Compiler/PriorityTaggedServiceTrait.php
@@ -31,8 +31,8 @@ trait PriorityTaggedServiceTrait
31
* and knowing that the \SplPriorityQueue class does not respect the FIFO method,
32
* we should not use that class.
33
*
34
- * @see https://bugs.php.net/bug.php?id=53710
35
- * @see https://bugs.php.net/bug.php?id=60926
+ * @see https://bugs.php.net/53710
+ * @see https://bugs.php.net/60926
36
37
* @param string|TaggedIteratorArgument $tagName
38
* @param ContainerBuilder $container
0 commit comments