From c73e4bebc94e2d55df5563e1d3e6d90d8fd1b08b Mon Sep 17 00:00:00 2001 From: Pavel <DvDty@users.noreply.github.com> Date: Wed, 19 Dec 2018 21:12:12 +0200 Subject: [PATCH] Add phpstan to static code analysers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5702e0e..5f27a5c 100755 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Supported by: [GuardRails.io](https://github.com/apps/guardrails) - `docker pull guardrails/phpcs-security-audit` - [progpilot](https://github.com/designsecurity/progpilot) - A static analyzer for security purposes. - [Parse](https://github.com/psecio/parse) - The *Parse* scanner is a static scanning tool to review your PHP code for potential security-related issues. +- [PHPStan](https://github.com/phpstan/phpstan) - PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code. ## Vulnerabilities and Security Advisories