You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,6 @@
6
6
7
7
*[PHPStan](https://phpstan.org/)
8
8
9
-
This extension emits deprecation warnings on code, which uses properties/functions/methods/classes which are annotated as `@deprecated`.
10
-
11
-
In case you don't own the code which you want to be considered deprecated, use [PHPStan Stub Files](https://phpstan.org/user-guide/stub-files) to declare deprecations for vendor files like
12
-
```
13
-
/** @deprecated */
14
-
class ThirdPartyClass {}
15
-
```
16
-
17
-
18
9
## Installation
19
10
20
11
To use this extension, require it in [Composer](https://getcomposer.org/):
This extension emits deprecation warnings on code, which uses properties/functions/methods/classes which are annotated as `@deprecated`.
33
+
34
+
In case you don't own the code which you want to be considered deprecated, use [PHPStan Stub Files](https://phpstan.org/user-guide/stub-files) to declare deprecations for vendor files like:
0 commit comments