File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class Route
34
34
/**
35
35
* Constructor.
36
36
*
37
- * @param array $data An array of key/value parameters.
37
+ * @param array $data An array of key/value parameters
38
38
*
39
39
* @throws \BadMethodCallException
40
40
*/
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ protected function loadFile($file)
190
190
* @param \DOMElement $node Element to parse that contains the configs
191
191
* @param string $path Full path of the XML file being processed
192
192
*
193
- * @return array An array with the defaults as first item, requirements as second and options as third.
193
+ * @return array An array with the defaults as first item, requirements as second and options as third
194
194
*
195
195
* @throws \InvalidArgumentException When the XML is invalid
196
196
*/
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ interface RedirectableUrlMatcherInterface
21
21
/**
22
22
* Redirects the user to another URL.
23
23
*
24
- * @param string $path The path info to redirect to.
24
+ * @param string $path The path info to redirect to
25
25
* @param string $route The route name that matched
26
26
* @param string|null $scheme The URL scheme (null to keep the current one)
27
27
*
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ public function getContext()
219
219
/**
220
220
* Sets the ConfigCache factory to use.
221
221
*
222
- * @param ConfigCacheFactoryInterface $configCacheFactory The factory to use.
222
+ * @param ConfigCacheFactoryInterface $configCacheFactory The factory to use
223
223
*/
224
224
public function setConfigCacheFactory (ConfigCacheFactoryInterface $ configCacheFactory )
225
225
{
You can’t perform that action at this time.
0 commit comments