Skip to content

Commit

Permalink
cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Rolland committed May 14, 2024
1 parent 66c667b commit 7bdbd73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ class SecuredFileReaderController extends AbstractController
'webp' => 'image/webp',
];

/** @var string $uploadDir */
/** @var string */
private $uploadDir;

/**
* @param String $uploadDir
* @param string $uploadDir
*/
public function __construct(string $uploadDir)
{
Expand Down

0 comments on commit 7bdbd73

Please sign in to comment.