Skip to content

Commit 3bbfe51

Browse files
committed
Merge branch '3.2' into 3.3
* 3.2: [Security] added more tests [Security] fixed default target path when referer contains a query string [Security] simplified tests [Security] refactored tests [FrameworkBundle] fix ValidatorCacheWarmer: use serializing ArrayAdapter Change "this" to "that" to avoid confusion [VarDumper] Move locale sniffing to dump() time
2 parents 3fb1e05 + 7a31775 commit 3bbfe51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/PriorityTaggedServiceTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ trait PriorityTaggedServiceTrait
2626
*
2727
* The order of additions must be respected for services having the same priority,
2828
* and knowing that the \SplPriorityQueue class does not respect the FIFO method,
29-
* we should not use this class.
29+
* we should not use that class.
3030
*
3131
* @see https://bugs.php.net/bug.php?id=53710
3232
* @see https://bugs.php.net/bug.php?id=60926

0 commit comments

Comments
 (0)