Skip to content

Commit 08712c5

Browse files
Ikko Ashiminechalasr
authored andcommitted
Fix typo in comment
possibe -> possible
1 parent ae964b7 commit 08712c5

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)