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-21 21:31:13 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
psalm
/
src
/
Psalm
/
Issue
/
InvalidToString.php
8 lines
101 B
PHP
Raw
Normal View
History
Unescape
Escape
Fix #6 - raise error with erroneous __toString
2016-12-09 12:48:02 -05:00
<
?
php
namespace
Psalm\Issue
;
Collapse Issue inheritance and rename new issues
2018-01-07 15:15:38 -05:00
class
InvalidToString
extends
CodeIssue
Fix #6 - raise error with erroneous __toString
2016-12-09 12:48:02 -05:00
{
Change constant name and meaning
2020-02-17 00:04:46 -05:00
const
ERROR_LEVEL
=
4
;
Fix #6 - raise error with erroneous __toString
2016-12-09 12:48:02 -05:00
}
Reference in New Issue
Copy Permalink