Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Update ParamConverter.php
Browse files Browse the repository at this point in the history
Removed obsolete `$name` from `@return` annotation.
  • Loading branch information
tarlepp authored Jun 15, 2022
1 parent 38ebfb4 commit a39f934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/ParamConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function setName($name)
/**
* Returns the parameter class name.
*
* @return string $name
* @return string
*/
public function getClass()
{
Expand Down

0 comments on commit a39f934

Please sign in to comment.