Skip to content

Commit

Permalink
Fix phpdoc for PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
Quetzacoalt91 authored and ga-devfront committed Jun 19, 2024
1 parent 5f6d1a8 commit d1315b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/UpgradeTools/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Translator implements TranslatorInterface
private $coreTranslator;

/**
* @param \Symfony\Contracts\Translation\TranslatorInterface|\Symfony\Component\Translation\TranslatorInterface|null
* @param \Symfony\Contracts\Translation\TranslatorInterface|\Symfony\Component\Translation\TranslatorInterface|null $coreTranslator
*/
public function __construct($coreTranslator = null)
{
Expand Down

0 comments on commit d1315b3

Please sign in to comment.