mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-22 16:19:19 +00:00
Rector TypedPropertyFromStrictGetterMethodReturnTypeRector
This commit is contained in:
@@ -9,10 +9,7 @@ use PHPUnit\Framework\TestCase;
|
||||
|
||||
class ComplexAssert extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
private $errorMessage = '';
|
||||
private string $errorMessage = '';
|
||||
|
||||
/** @var float */
|
||||
private $delta = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user