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 087b1a2 commit 889b4d2Copy full SHA for 889b4d2
Magento2/Tests/Commenting/ClassPropertyPHPDocFormattingUnitTest.inc
@@ -200,4 +200,14 @@ class correctlyFormattedClassMemberDocBlock
200
* @deprecated This property will be removed in version 1.0.0 without replacement
201
*/
202
protected string $deprecatedWithKeyword;
203
+
204
+ /**
205
+ * @var string
206
+ */
207
+ protected readonly string $readOnlyString;
208
209
210
+ * @var int
211
212
+ protected readonly int $readOnlyInteger;
213
}
0 commit comments