Skip to content

Commit 4214eac

Browse files
Merge branch '3.4' into 4.3
* 3.4: Improve some URLs Fix test compatibility with 4.x components [Cache] cs fix
2 parents 11a644e + 8899349 commit 4214eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compiler/PriorityTaggedServiceTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ trait PriorityTaggedServiceTrait
3131
* and knowing that the \SplPriorityQueue class does not respect the FIFO method,
3232
* we should not use that class.
3333
*
34-
* @see https://bugs.php.net/bug.php?id=53710
35-
* @see https://bugs.php.net/bug.php?id=60926
34+
* @see https://bugs.php.net/53710
35+
* @see https://bugs.php.net/60926
3636
*
3737
* @param string|TaggedIteratorArgument $tagName
3838
* @param ContainerBuilder $container

0 commit comments

Comments
 (0)