mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Alberto Piai
d39ccb50bf
unify argument names in historical and current CallMap for proc_open
Since before 8.0 the named arguments were not part of the interface, we don't care about the intermediate steps of the proc_open definition. For consistency, this makes the definition the same across all versions. This also fixes the type for the `options` argument already in CallMap_historical to be nullable. The names of the arguments are now consistent across versions, while the delta for 7.4 reflects the change of the `command` argument from `string` to `string|array`.
…
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%