From ea434f628f813ab88679c8ce72754bbb814d0665 Mon Sep 17 00:00:00 2001 From: Richard van Laak Date: Thu, 19 Dec 2019 10:02:53 +0100 Subject: [PATCH] Improve static code analysis note --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 0b2d924..56ba81c 100644 --- a/Readme.md +++ b/Readme.md @@ -17,7 +17,7 @@ composer require php-translation/symfony-storage ### Tests -Static code analysis (uses PHPStan) by running: +Static code analysis (fix code style, and test using PHPStan) by running: ``` make static