10000 minor #19628 [Routing] Add missing options in docblock (c960657) · symfony/symfony@d62ac4d · GitHub
[go: up one dir, main page]

Skip to content

Commit d62ac4d

Browse files
committed
minor #19628 [Routing] Add missing options in docblock (c960657)
This PR was merged into the 2.7 branch. Discussion ---------- [Routing] Add missing options in docblock | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Courtesy of @c960657 in #19562 Commits ------- f45da32 [Routing] Add missing options in docblock
2 parents 2345ec1 + f45da32 commit d62ac4d

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

src/Symfony/Component/Routing/Router.php

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,19 @@ public function __construct(LoaderInterface $loader, $resource, array $options =
106106
*
107107
* Available options:
108108
*
109-
* * cache_dir: The cache directory (or null to disable caching)
110-
* * debug: Whether to enable debugging or not (false by default)
111-
* * resource_type: Type hint for the main resource (optional)
109+
* * cache_dir: The cache directory (or null to disable caching)
110+
* * debug: Whether to enable debugging or not (false by default)
111+
* * generator_class: The name of a UrlGeneratorInterface implementation
112+
* * generator_base_class: The base class for the dumped generator class
113+
* * generator_cache_class: The class name for the dumped generator class
114+
* * generator_dumper_class: The name of a GeneratorDumperInterface implementation
115+
* * matcher_class: The name of a UrlMatcherInterface implementation
116+
* * matcher_base_class: The base class for the dumped matcher class
117+
* * matcher_dumper_class: The class name for the dumped matcher class
118+
* * matcher_cache_class: The name of a MatcherDumperInterface implementation
119+
* * resource_type: Type hint for the main resource (optional)
120+
* * strict_requirements: Configure strict requirement checking for generators
121+
* implementing ConfigurableRequirementsInterface (default is true)
112122
*
113123
* @param array $options An array of options
114124
*

0 commit comments

Comments
 (0)
0