Skip to content

Commit

Permalink
Merge pull request #45 from mnapoli/patch-1
Browse files Browse the repository at this point in the history
Add more details for the phpstan installation
  • Loading branch information
moufmouf committed Sep 24, 2018
2 parents c5be1b4 + 4b7d9c0 commit 56fcae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:

Expand Down

0 comments on commit 56fcae8

Please sign in to comment.