This website requires JavaScript.
Explore
Help
Sign In
danog
/
psalm
Watch
1
Star
0
Fork
0
You've already forked psalm
mirror of
https://github.com/danog/psalm.git
synced
2024-12-14 02:07:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
6d4e809491
psalm
/
src
/
Psalm
/
Issue
/
UnusedClass.php
8 lines
99 B
PHP
Raw
Normal View
History
Unescape
Escape
Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass
2017-02-08 06:28:26 +01:00
<
?
php
namespace
Psalm\Issue
;
Allow suppressing UnusedClass on specific classes This allows suppressing UnusedClass with either `referencedMethod` or `@psalm-suppress` Fixes vimeo/psalm#1353
2019-02-18 15:07:38 +01:00
class
UnusedClass
extends
ClassIssue
Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass
2017-02-08 06:28:26 +01:00
{
Update issue levels
2020-02-17 22:32:16 +01:00
const
ERROR_LEVEL
=
-
2
;
Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass
2017-02-08 06:28:26 +01:00
}
Reference in New Issue
Copy Permalink