Skip to content

Commit 9af1628

Browse files
minor #61206 [HttpKernel] Remove outdated phpdoc (alamirault)
This PR was merged into the 7.4 branch. Discussion ---------- [HttpKernel] Remove outdated phpdoc | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no <!-- if yes, also update src/**/CHANGELOG.md --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Issues | Fix #... <!-- prefix each issue number with "Fix #"; no need to create an issue if none exists, explain below --> | License | MIT `ArgumentMetadataFactory` now always use `\ReflectionParameter` type Commits ------- 310c43a [HttpKernel] Remove outdated phpdoc
2 parents 31ddb50 + 310c43a commit 9af1628

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ public function getName(): string
4646

4747
/**
4848
* Returns the type of the argument.
49-
*
50-
* The type is the PHP class in 5.5+ and additionally the basic type in PHP 7.0+.
5149
*/
5250
public function getType(): ?string
5351
{

0 commit comments

Comments
 (0)