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:
oleibman
2024-08-01 10:54:54 -07:00
parent 3b150557ad
commit bbf9d15cb2
44 changed files with 6 additions and 123 deletions
@@ -14,7 +14,6 @@ use PHPUnit\Framework\TestCase;
class XmlLoadTest extends TestCase
{
/** @var ?Spreadsheet */
private ?Spreadsheet $spreadsheet = null;
private string $locale;