We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e110b commit 9143bacCopy full SHA for 9143bac
1 file changed
docs/generics.rst
@@ -3,7 +3,7 @@ Generics
3
========
4
5
This project is capable of parsing generics notation as used by PHPStan. But it has some limitations, in regards to
6
-phpstan. The main difference is that phpstan does scan your whole codebase to find out what types are used in generics,
+PHPStan. The main difference is that PHPStan does scan your whole codebase to find out what types are used in generics,
7
while this library only parses the types as they are given to it.
8
9
This means that if you use a generic type like.
0 commit comments