mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Add newline
This commit is contained in:
parent
10377ca0d3
commit
952479fbc0
@ -31,7 +31,7 @@ Psalm uses the following PHPDoc tags to understand your code:
|
||||
Used to specify what properties can be read on object that uses `__get`
|
||||
- [`@property-write`](https://docs.phpdoc.org/references/phpdoc/tags/property-write.html)
|
||||
Used to specify what properties can be written on object that uses `__set`
|
||||
- [`@deprecated`](https://docs.phpdoc.org/references/phpdoc/tags/deprecated.html)
|
||||
- [`@deprecated`](https://docs.phpdoc.org/references/phpdoc/tags/deprecated.html)
|
||||
Used to mark functions, methods, classes and interfaces as being deprecated
|
||||
|
||||
### Off-label usage of the `@var` tag
|
||||
|
Loading…
x
Reference in New Issue
Block a user