1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
Tom Klingenberg 04b6dfdc5b
Fix PSR-4 deprecation notices on composer install (#3959)
Previously when checking out the repository and installing the source
package via `$ composer install` composer did spill deprecation notices for
four files not complying with the PSR-4 auto-loading standard.

This is a minor issue, composer install works and can be addressed by
fixing name-spaces (all of those three are in tests).

For the one function test, fixing the directory structure / dirname of the
(single) affected function test (fourth file).
2020-08-07 23:22:30 -04:00
2020-02-24 11:31:20 -05:00
2019-06-16 09:04:56 -04:00
2020-08-05 21:46:15 -04:00
2020-08-07 15:13:03 -04:00
2019-06-08 19:59:23 -04:00
2019-03-17 13:30:33 -04:00
2020-05-19 17:51:28 -04:00
2020-04-26 18:59:33 -04:00
2019-06-16 09:04:56 -04:00
2018-12-14 11:20:31 -05:00
2018-11-10 23:23:36 -05:00
2019-06-05 10:43:51 -04:00
2020-02-24 11:43:32 -05:00

Psalm

Packagist Packagist Travis CI Coverage Status Psalm coverage

Psalm is a static analysis tool for finding errors in PHP applications, built on top of PHP Parser.

It's able to find a large number of issues, but it can also be configured to only care about a small subset of those.

Try a live demo, or install it in your project by following the Quickstart Guide below.

Psalm documentation

Documentation is available on Psalms website, generated from the docs folder.

To get started, check out the installation guide

Interested in contributing?

Have a look at CONTRIBUTING.md.

Acknowledgements

The engineering team @vimeo for encouragement and patience, especially @nbeliard, @erunion and @nickyr.

Description
No description provided
Readme MIT 108 MiB
Languages
PHP 100%