Skip to content

Commit fce7c36

Browse files
author
Matthias Leutenegger
committed
credit
1 parent 42bccb2 commit fce7c36

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHPStan for Silverstripe
22

3-
A module allowing PHPStan to work with Silverstripe
3+
A module allowing PHPStan to work with Silverstripe.
44

55
[![🎭 Tests](https://github.com/syntro-opensource/silverstripe-phpstan/workflows/%F0%9F%8E%AD%20Tests/badge.svg)](https://github.com/syntro-opensource/silverstripe-phpstan/actions?query=workflow%3A%22%F0%9F%8E%AD+Tests%22+branch%3A%22master%22)
66
[![codecov](https://codecov.io/gh/syntro-opensource/silverstripe-phpstan/branch/master/graph/badge.svg)](https://codecov.io/gh/syntro-opensource/silverstripe-phpstan)
@@ -40,3 +40,7 @@ composer require --dev syntro/silverstripe-phpstan
4040
## Known Limitations
4141

4242
* The type of the `owner` property can't be reasoned about for extensions. You must use `getOwner()`. Related Issues: [#1043](https://github.com/phpstan/phpstan/issues/1043) and [#1044](https://github.com/phpstan/phpstan/issues/1044)
43+
44+
## Credits
45+
46+
* [Symbiote & Contributors](https://github.com/symbiote/silverstripe-phpstan) For running this module up to PHPStan 0.11

0 commit comments

Comments
 (0)