Skip to content

Commit 9143bac

Browse files
jaapiomspirkov
andauthored
Update docs/generics.rst
Co-authored-by: Maksim Spirkov <[email protected]>
1 parent d4e110b commit 9143bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/generics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Generics
33
========
44

55
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,
6+
PHPStan. The main difference is that PHPStan does scan your whole codebase to find out what types are used in generics,
77
while this library only parses the types as they are given to it.
88

99
This means that if you use a generic type like.

0 commit comments

Comments
 (0)