Skip to content

Commit 04dfff7

Browse files
Merge branch '3.4' into 4.3
* 3.4: Remove superfluous phpdoc tags
2 parents 5bb2308 + 9d20806 commit 04dfff7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
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)

RouteCollectionBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ public function mount($prefix, self $builder)
127127
/**
128128
* Adds a Route object to the builder.
129129
*
130-
* @param Route $route
131130
* @param string|null $name
132131
*
133132
* @return $this

0 commit comments

Comments
 (0)