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
2025-01-05 12:38:35 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
58b6ce5c03
psalm
/
src
/
Psalm
/
Issue
/
PossiblyUnusedMethod.php
7 lines
81 B
PHP
Raw
Normal View
History
Unescape
Escape
Add dead code detection for possibly unused public methods
2017-02-24 01:52:23 +01:00
<
?
php
namespace
Psalm\Issue
;
Allow class and method issues to be suppressed by their identifiers Ref #603
2018-03-21 03:36:03 +01:00
class
PossiblyUnusedMethod
extends
MethodIssue
Add dead code detection for possibly unused public methods
2017-02-24 01:52:23 +01:00
{
}
Reference in New Issue
Copy Permalink