Skip to content

Commit 461b184

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: [PhpUnitBridge] Fix qualification of deprecations triggered by the debug class loader Improve return phpdoc for Normalizer Use a partial buffer in SymfonyStyle Fix console closing tag Fix typo in comment [VarDumper] fix casting resources turned into objects on PHP 8
2 parents e9d8973 + 08712c5 commit 461b184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Matcher/Dumper/CompiledUrlMatcherDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ private function compileStaticRoutes(array $staticRoutes, array &$conditions): a
242242
* Paths that can match two or more routes, or have user-specified conditions are put in separate switch's cases.
243243
*
244244
* Last but not least:
245-
* - Because it is not possibe to mix unicode/non-unicode patterns in a single regexp, several of them can be generated.
245+
* - Because it is not possible to mix unicode/non-unicode patterns in a single regexp, several of them can be generated.
246246
* - The same regexp can be used several times when the logic in the switch rejects the match. When this happens, the
247247
* matching-but-failing subpattern is excluded by replacing its name by "(*F)", which forces a failure-to-match.
248248
* To ease this backlisting operation, the name of subpatterns is also the string offset where the replacement should occur.

0 commit comments

Comments
 (0)