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.
2 parents 0e768ae + 16f3706 commit a2642eeCopy full SHA for a2642ee
Annotation/Nested.php
@@ -16,6 +16,8 @@
16
*
17
* @Annotation
18
* @Target("CLASS")
19
+ *
20
+ * @deprecated Object is reserved word in PHP 7.2 This class due Object class will be changed to NestedType as well.
21
*/
22
final class Nested
23
{
Annotation/Object.php
@@ -19,6 +19,8 @@
+ * @deprecated Object is reserved word in PHP 7.2, it will be changed to ObjectType class
24
25
final class Object
26
0 commit comments