mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
Marco Pivetta
aaac9ccb90
Removed
DateTimeImmutable::setTimestamp()
from the CallMap: fully covered by stub
Also simplified the return type from `static|false` to `static`, since the method throws at all times, on failure. On PHP 7.x, it could only fail if an invalid type was passed in, which is not really valid anyway, from a type perspective. Ref (PHP 8.1.x):32d55f7422/ext/date/php_date.c (L3353-L3369)
Ref (PHP 7.0.33):bf574c2b67/ext/date/php_date.c (L3596-L3612)
…
Psalm
Psalm is a static analysis tool for finding errors in PHP applications.
Installation
To get started, check out the installation guide.
Live Demo
You can play around with Psalm on its website.
Documentation
Documentation is available on Psalm’s website, generated from the docs folder.
Interested in contributing?
Have a look at CONTRIBUTING.md.
Who made this
Built by Matt Brown (@muglug).
Maintained by Orklah (@orklah) and Bruce Weirdan (@weirdan).
The engineering team at Vimeo have provided a lot encouragement, especially @nbeliard, @erunion and @nickyr.
Languages
PHP
100%