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 ade939f commit 7f3d063Copy full SHA for 7f3d063
Compiler/PriorityTaggedServiceTrait.php
@@ -28,8 +28,8 @@ trait PriorityTaggedServiceTrait
28
* and knowing that the \SplPriorityQueue class does not respect the FIFO method,
29
* we should not use that class.
30
*
31
- * @see https://bugs.php.net/bug.php?id=53710
32
- * @see https://bugs.php.net/bug.php?id=60926
+ * @see https://bugs.php.net/53710
+ * @see https://bugs.php.net/60926
33
34
* @param string $tagName
35
* @param ContainerBuilder $container
0 commit comments