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-22 13:51:54 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
psalm
/
examples
/
plugins
History
orklah
865b36cd3d
replace
return;
by
return null;
in every non-void method, add
return null;
when mising, add return types, remove redundant phpdoc (
#4176
)
2021-01-29 11:38:58 +01:00
..
composer-based
/echo-checker
Move Union::getTypes to Union::getAtomicTypes
2020-01-04 12:20:26 -05:00
ClassUnqualifier.php
More return types (
#4173
)
2021-01-29 11:38:57 +01:00
FunctionCasingChecker.php
Add some backwards-incompatible changes for 4.x
2021-01-29 11:38:48 +01:00
PreventFloatAssignmentChecker.php
replace
return;
by
return null;
in every non-void method, add
return null;
when mising, add return types, remove redundant phpdoc (
#4176
)
2021-01-29 11:38:58 +01:00
StringChecker.php
replace
return;
by
return null;
in every non-void method, add
return null;
when mising, add return types, remove redundant phpdoc (
#4176
)
2021-01-29 11:38:58 +01:00