1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00
Go to file
Brian Dunne d07b57576d Stub constants for ZipArchive from ext-zip
This stubs out the class constants for ZipArchive, which I believe are
the only constants introduced by the `zip` extension. This should allow
Psalm to run over code utilizing any of these constants even if the
analyzing system doesn't have ext-zip installed/enabled (e.g. a GitHub
Actions container).
2023-10-30 21:46:40 -05:00
.circleci
.github Fix windows CI 2023-10-19 13:14:59 +02:00
assets/psalm-phar
bin Fixes 2023-10-19 13:19:26 +02:00
build/phpunit
dictionaries More rector fixes 2023-10-21 20:45:09 +02:00
docs Merge remote-tracking branch 'origin/5.x' into v6_fixes 2023-10-22 20:08:39 +02:00
examples Merge remote-tracking branch 'origin/5.x' into v6_fixes 2023-10-22 20:08:39 +02:00
src/Psalm cs-fix 2023-10-22 20:17:39 +02:00
stubs Stub constants for ZipArchive from ext-zip 2023-10-30 21:46:40 -05:00
tests Fix 2023-10-22 20:22:01 +02:00
vendor-bin
.appveyor.yml
.editorconfig
.gitattributes
.gitignore
box.json.dist
CODE_OF_CONDUCT.md
composer.json Fix 2023-10-22 20:13:31 +02:00
config.xsd Set ignoreInternalFunctionFalseReturn and ignoreInternalFunctionNullReturn to false by default 2023-10-09 19:01:47 +01:00
CONTRIBUTING.md
keys.asc.gpg
LICENSE
phpcs.xml Strict properties 2023-10-19 13:32:52 +02:00
phpunit.xml.dist Fix 2023-10-22 20:13:31 +02:00
psalm
psalm-baseline.xml cs-fix 2023-10-22 20:17:39 +02:00
psalm-language-server
psalm-plugin
psalm-refactor
psalm.xml.dist
PsalmLogo.png
psalter
README.md
scoper.inc.php
UPGRADING.md Fixes 2023-10-22 20:11:28 +02:00

Psalm

Packagist Packagist Psalm coverage Psalm level

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 Psalms 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), Daniil Gentili (@danog), and Bruce Weirdan (@weirdan).

The engineering team at Vimeo have provided a lot encouragement, especially @nbeliard, @erunion and @nickyr.