We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3e39d commit 75f5686Copy full SHA for 75f5686
README.md
@@ -83,6 +83,9 @@ These are the available attributes and their corresponding PHPDoc annotations:
83
84
| Attribute | PHPDoc Annotations |
85
|-------------------------------------------------------|--------------------------------------|
86
+| [Assert](doc/Assert.md) | `@assert` |
87
+| [AssertIfFalse](doc/AssertIfFalse.md) | `@assert-if-false` |
88
+| [AssertIfTrue](doc/AssertIfTrue.md) | `@assert-if-true` |
89
| [DefineType](doc/DefineType.md) | `@type` |
90
| [Deprecated](doc/Deprecated.md) | `@deprecated` |
91
| [Immutable](doc/Immutable.md) | `@immutable` |
0 commit comments