Skip to content

Commit f54df4d

Browse files
Merge branch '4.3' into 4.4
* 4.3: Remove superfluous phpdoc tags
2 parents bf94249 + 04dfff7 commit f54df4d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Loader/AnnotationClassLoader.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
* recognizes several parameters: requirements, options, defaults, schemes,
3333
* methods, host, and name. The name parameter is mandatory.
3434
* Here is an example of how you should be able to use it:
35-
*
3635
* /**
3736
* * @Route("/Blog")
3837
* * /
@@ -44,7 +43,6 @@
4443
* public function index()
4544
* {
4645
* }
47-
*
4846
* /**
4947
* * @Route("/{id}", name="blog_post", requirements = {"id" = "\d+"})
5048
* * /
@@ -241,9 +239,6 @@ public function getResolver()
241239
/**
242240
* Gets the default route name for a class method.
243241
*
244-
* @param \ReflectionClass $class
245-
* @param \ReflectionMethod $method
246-
*
247242
* @return string
248243
*/
249244
protected function getDefaultRouteName(\ReflectionClass $class, \ReflectionMethod $method)

0 commit comments

Comments
 (0)