Skip to content

Commit 32f6fb5

Browse files
keradusfabpot
authored andcommitted
[CS] Apply phpdoc_annotation_without_dot
1 parent ebb0b3e commit 32f6fb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Loader/XmlFileLoader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class XmlFileLoader extends FileLoader
3636
*
3737
* @return RouteCollection A RouteCollection instance
3838
*
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
4141
*/
4242
public function load($file, $type = null)
4343
{

RouteCompiler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ class RouteCompiler implements RouteCompilerInterface
4040
* {@inheritdoc}
4141
*
4242
* @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
4545
*/
4646
public static function compile(Route $route)
4747
{

0 commit comments

Comments
 (0)