We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f9720 commit ef9fdcaCopy full SHA for ef9fdca
src/Ast/PhpVersion.php
@@ -60,7 +60,6 @@ public function isPropertyTypeHintSupported(): bool
60
return $this->isVersionGreaterThanOrEqualTo74();
61
}
62
63
-
64
public function isConstructorPropertyPromotionSupported(): bool
65
{
66
return $this->isVersionGreaterThanOrEqualTo80();
0 commit comments