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 4518aed commit 661145bCopy full SHA for 661145b
Magento2/Tests/Commenting/ClassPropertyPHPDocFormattingUnitTest.inc
@@ -195,5 +195,18 @@ class correctlyFormattedClassMemberDocBlock
195
*/
196
protected string $itIsCorrect;
197
198
+
199
private string $typedPropertyWithoutComment;
200
201
+ private string $typedPropertyWithoutComment2;
202
203
+ private ?string $typedPropertyWithoutComment3;
204
205
+ private string|int $typedPropertyWithoutComment4;
206
207
+ private Test $typedPropertyWithoutComment5;
208
209
+ private Test|Test2 $typedPropertyWithoutComment6;
210
211
+ private ?Test $typedPropertyWithoutComment7;
212
}
0 commit comments