Skip to content

Commit 8899349

Browse files
minor #32800 Improve some URLs (Arman-Hosseini)
This PR was squashed before being merged into the 3.4 branch (closes #32800). Discussion ---------- Improve some URLs | Q | A | ------------- | --- | Branch? | 3.4 <!-- see below --> | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | N/A <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch. --> Commits ------- fab17a4487 Improve some URLs
2 parents 8cc59b4 + 7f3d063 commit 8899349

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
@@ -28,8 +28,8 @@ trait PriorityTaggedServiceTrait
2828
* and knowing that the \SplPriorityQueue class does not respect the FIFO method,
2929
* we should not use that class.
3030
*
31-
* @see https://bugs.php.net/bug.php?id=53710
32-
* @see https://bugs.php.net/bug.php?id=60926
31+
* @see https://bugs.php.net/53710
32+
* @see https://bugs.php.net/60926
3333
*
3434
* @param string $tagName
3535
* @param ContainerBuilder $container

0 commit comments

Comments
 (0)