File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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 @@ -40,8 +40,8 @@ class RouteCompiler implements RouteCompilerInterface
40
40
* {@inheritdoc}
41
41
*
42
42
* @throws \LogicException If a variable is referenced more than once
43
- * @throws \DomainException If a variable name starts with a digit or if it is too long to be successfully used as
44
- * a PCRE subpattern.
43
+ * @throws \DomainException if a variable name starts with a digit or if it is too long to be successfully used as
44
+ * a PCRE subpattern
45
45
*/
46
46
public static function compile (Route $ route )
47
47
{
You can’t perform that action at this time.
0 commit comments