Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 369a58a

Browse files
committed
Fix
1 parent e40a3da commit 369a58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflection/PHPParser/NamespacedNameProperty.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function getWritableType(): Type
5555

5656
public function canChangeTypeAfterAssignment(): bool
5757
{
58-
return false;
58+
return true;
5959
}
6060

6161
public function isReadable(): bool

0 commit comments

Comments
 (0)