Skip to content

Commit 8bc7c4f

Browse files
Add Assert, AssertIfTrue and AssertIfFalse attributes
1 parent 3aaf8e1 commit 8bc7c4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ These are the available attributes and their corresponding PHPDoc annotations:
9696
| Attribute | PHPDoc Annotations |
9797
|-------------------------------------------------------------------------------------------------------------------|--------------------------------------|
9898
| [Assert](https://github.com/php-static-analysis/attributes/blob/main/doc/Assert.md) | `@assert` |
99+
| [AssertIfFalse](https://github.com/php-static-analysis/attributes/blob/main/doc/AssertIfFalse.md) | `@assert-if-false` |
100+
| [AssertIfTrue](https://github.com/php-static-analysis/attributes/blob/main/doc/AssertIfTrue.md) | `@assert-if-true` |
99101
| [DefineType](https://github.com/php-static-analysis/attributes/blob/main/doc/DefineType.md) | `@type` |
100102
| [Deprecated](https://github.com/php-static-analysis/attributes/blob/main/doc/Deprecated.md) | `@deprecated` |
101103
| [Immmutable](https://github.com/php-static-analysis/attributes/blob/main/doc/Immmutable.md) | `@immmutable` |

0 commit comments

Comments
 (0)