mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-20 15:16:36 +00:00
Php-cs-fixer Enforcing New Rules
The latest release seems to not want you to give a class element both a Php type and a doc-block type. I used the "fix" operand to delete the redundant doc-block declarations, with no other changes. So there should be no change to executable code.
This commit is contained in:
@@ -14,7 +14,6 @@ use PHPUnit\Framework\TestCase;
|
||||
|
||||
class XmlLoadTest extends TestCase
|
||||
{
|
||||
/** @var ?Spreadsheet */
|
||||
private ?Spreadsheet $spreadsheet = null;
|
||||
|
||||
private string $locale;
|
||||
|
||||
Reference in New Issue
Block a user