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 3af8785 commit 0e92765Copy full SHA for 0e92765
tests/Core/Tokenizer/BackfillReadonlyTest.inc
@@ -130,7 +130,7 @@ class ReadonlyWithDisjunctiveNormalForm
130
public function __construct(
131
/* testReadonlyConstructorPropertyPromotionWithDNF */
132
private readonly (B&C)|A $b1,
133
- /* testReadonlyConstructorPropertyPromotionWithDNFAndRefence */
+ /* testReadonlyConstructorPropertyPromotionWithDNFAndReference */
134
readonly (B&C)|A &$b2,
135
) {}
136
tests/Core/Tokenizer/BackfillReadonlyTest.php
@@ -180,7 +180,7 @@ public static function dataReadonly()
180
'readonly',
181
],
182
[
183
- '/* testReadonlyConstructorPropertyPromotionWithDNFAndRefence */',
+ '/* testReadonlyConstructorPropertyPromotionWithDNFAndReference */',
184
185
186
0 commit comments