Rector TypedPropertyFromStrictGetterMethodReturnTypeRector

This commit is contained in:
Adrien Crivelli
2023-09-12 10:35:30 +08:00
parent b35dd8d268
commit 0e6f413fde
44 changed files with 133 additions and 377 deletions
@@ -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;