mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-24 09:09:22 +00:00
Apply PhpCsFixer phpdoc_to_property_type
This commit is contained in:
+3
-12
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user