File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ These are the available attributes and their corresponding PHPDoc annotations:
96
96
| Attribute | PHPDoc Annotations |
97
97
| -------------------------------------------------------------------------------------------------------------------| --------------------------------------|
98
98
| [ 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 ` |
99
101
| [ DefineType] ( https://github.com/php-static-analysis/attributes/blob/main/doc/DefineType.md ) | ` @type ` |
100
102
| [ Deprecated] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Deprecated.md ) | ` @deprecated ` |
101
103
| [ Immmutable] ( https://github.com/php-static-analysis/attributes/blob/main/doc/Immmutable.md ) | ` @immmutable ` |
You can’t perform that action at this time.
0 commit comments