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,10 +12,10 @@ use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional;
class CalculationErrorTest extends AbstractFunctional
{
/** @var ?Spreadsheet */
private $spreadsheet;
private ?Spreadsheet $spreadsheet = null;
/** @var ?Spreadsheet */
private $reloadedSpreadsheet;
private ?Spreadsheet $reloadedSpreadsheet = null;
protected function tearDown(): void
{