Skip to content

Commit 4b7d9c0

Browse files
authored
Add more details for the phpstan installation
1 parent b5446e5 commit 4b7d9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Fear not! thecodingmachine/safe comes with a PHPStan rule.
6969
Never heard of [PHPStan](https://github.com/phpstan/phpstan) before?
7070
Check it out, it's an amazing code analyzer for PHP.
7171

72-
Simply install the Safe rule in your PHPStan setup and PHPStan will let you know each time you are using an "unsafe" function:
72+
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.
7373

7474
The code below will trigger this warning:
7575

0 commit comments

Comments
 (0)