From 4b7d9c0ce93c0d05795e670b2e0c14840a9d6062 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Wed, 19 Sep 2018 15:23:31 +0200 Subject: [PATCH] Add more details for the phpstan installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 069fdd05..a57ef667 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Fear not! thecodingmachine/safe comes with a PHPStan rule. Never heard of [PHPStan](https://github.com/phpstan/phpstan) before? Check it out, it's an amazing code analyzer for PHP. -Simply install the Safe rule in your PHPStan setup and PHPStan will let you know each time you are using an "unsafe" function: +Simply install the Safe rule in your PHPStan setup (explained in the "Installation" section) and PHPStan will let you know each time you are using an "unsafe" function. The code below will trigger this warning: