File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ class XmlFileLoader extends FileLoader
36
36
*
37
37
* @return RouteCollection A RouteCollection instance
38
38
*
39
- * @throws \InvalidArgumentException When the file cannot be loaded or when the XML cannot be
40
- * parsed because it does not validate against the scheme.
39
+ * @throws \InvalidArgumentException when the file cannot be loaded or when the XML cannot be
40
+ * parsed because it does not validate against the scheme
41
41
*/
42
42
public function load ($ file , $ type = null )
43
43
{
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ class RouteCompiler implements RouteCompilerInterface
39
39
/**
40
40
* {@inheritdoc}
41
41
*
42
- * @throws \InvalidArgumentException If a path variable is named _fragment
43
- * @throws \LogicException If a variable is referenced more than once
44
- * @throws \DomainException If a variable name starts with a digit or if it is too long to be successfully used as
45
- * a PCRE subpattern.
42
+ * @throws \InvalidArgumentException if a path variable is named _fragment
43
+ * @throws \LogicException if a variable is referenced more than once
44
+ * @throws \DomainException if a variable name starts with a digit or if it is too long to be successfully used as
45
+ * a PCRE subpattern
46
46
*/
47
47
public static function compile (Route $ route )
48
48
{
You can’t perform that action at this time.
0 commit comments