We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cad95b commit 9ddd717Copy full SHA for 9ddd717
src/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.1.inc
@@ -109,7 +109,7 @@ class OnlyConstructorPropertyPromotion {
109
110
class ConstructorPropertyPromotionMixedWithNormalParams {
111
public function __construct(
112
- public string $name = '',
+ public(set) string $name = '',
113
?int $optionalParam = 0,
114
mixed $requiredParam,
115
) {}
0 commit comments