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-09 22:49:31 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
a83c717d43
psalm
/
src
/
Psalm
/
Exception
/
UnanalyzedFileException.php
10 lines
103 B
PHP
Raw
Normal View
History
Unescape
Escape
Add backup hover analysis when file isn’t analysed
2018-11-20 22:32:40 +01:00
<
?
php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
Add backup hover analysis when file isn’t analysed
2018-11-20 22:32:40 +01:00
namespace
Psalm\Exception
;
Import instead of using fqn classes
2021-12-03 21:40:18 +01:00
use
Exception
;
class
UnanalyzedFileException
extends
Exception
Add backup hover analysis when file isn’t analysed
2018-11-20 22:32:40 +01:00
{
}
Reference in New Issue
Copy Permalink