Apply PhpCsFixer phpdoc_to_property_type

This commit is contained in:
Adrien Crivelli
2023-12-09 23:29:45 +01:00
parent 3c0350ed61
commit 77e6cc528c
264 changed files with 1889 additions and 2365 deletions
@@ -12,20 +12,11 @@ use PHPUnit\Framework\TestCase;
class TextValueWizardTest extends TestCase
{
/**
* @var Style
*/
protected $style;
protected Style $style;
/**
* @var string
*/
protected $range = '$C$3:$E$5';
protected string $range = '$C$3:$E$5';
/**
* @var Wizard
*/
protected $wizardFactory;
protected Wizard $wizardFactory;
protected function setUp(): void
{