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-11-30 04:39:00 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
da47588f91
psalm
/
examples
History
orklah
da47588f91
replace
return;
by
return null;
in every non-void method, add
return null;
when mising, add return types, remove redundant phpdoc (
#4176
)
2020-09-13 16:39:06 -04:00
..
plugins
replace
return;
by
return null;
in every non-void method, add
return null;
when mising, add return types, remove redundant phpdoc (
#4176
)
2020-09-13 16:39:06 -04:00
TemplateChecker.php
More return types (
#4173
)
2020-09-12 11:24:05 -04:00
TemplateScanner.php
add native param types (
#4137
)
2020-09-06 19:36:47 -04:00