Skip to content

Commit 1685f3e

Browse files
committed
rename test
1 parent 01a09e6 commit 1685f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Analyser/nsrt/property-null-after-assignment.php renamed to tests/PHPStan/Analyser/nsrt/remember-non-nullable-property.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php // lint >= 8.1
22

3-
namespace PropertyNullAfterAssignmentStrictTypesDisabled;
3+
namespace RememberNonNullablePropertyWhenStrictTypesDisabled;
44

55
use function PHPStan\Testing\assertNativeType;
66
use function PHPStan\Testing\assertType;
@@ -28,7 +28,7 @@ function getIntOrNull(): ?int {
2828

2929

3030
class KeepsPropertyNonNullable2 {
31-
private readonly int|float $i;
31+
private int|float $i;
3232

3333
public function __construct()
3434
{

0 commit comments

Comments
 (0)