Skip to content

Commit 54e00b5

Browse files
authored
Update README with links to PHPStan website (#118)
1 parent 7073711 commit 54e00b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Latest Stable Version](https://poser.pugx.org/pepakriz/phpstan-exception-rules/v/stable)](https://packagist.org/packages/pepakriz/phpstan-exception-rules)
55
[![License](https://poser.pugx.org/pepakriz/phpstan-exception-rules/license)](https://packagist.org/packages/pepakriz/phpstan-exception-rules)
66

7-
* [PHPStan](https://github.com/phpstan/phpstan)
7+
* [PHPStan](https://phpstan.org/)
88

99
This extension provides following rules and features:
1010

@@ -95,7 +95,7 @@ parameters:
9595

9696
## Extensibility
9797

98-
`Dynamic throw type extensions` - If the throw type is not always the same, but depends on an argument passed to the method. (Similar feature as [Dynamic return type extensions](https://github.com/phpstan/phpstan#dynamic-return-type-extensions))
98+
`Dynamic throw type extensions` - If the throw type is not always the same, but depends on an argument passed to the method. (Similar feature as [Dynamic return type extensions](https://phpstan.org/developing-extensions/dynamic-return-type-extensions))
9999

100100
There are interfaces, which you can implement:
101101

0 commit comments

Comments
 (0)