Skip to content

Commit d2ae4de

Browse files
committed
Fix grammar.
1 parent 0a01808 commit d2ae4de

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# xactsystems/phpstan-dev
22

3-
Package to extract and provide PHPStan source code for developing custom rules.
4-
Author: Ian Foulds.
3+
A package to extract and provide PHPStan source code for developing custom rules.
54

65
PHPStan does not provide a method to load the source code via a package manager. Instead it needs extracting from the .phar archive.
76

87
If you use PHPStorm of PHP Tools by DEVSENSE then this issue is covered, but not everyone does!
98

109
Personally I think this whole approach goes against the ethos of a package manager, it should just be a package!
1110

12-
So, I've created this composer plugin that required phpstan as a dependency, extracts the source code, and links the PHPStan namespace to it.
11+
So, I've created this composer plugin that requires phpstan as a dependency, extracts the source code, and links the PHPStan namespace to it.
1312

1413
## Installation
1514
To use this extension, require it in Composer:

0 commit comments

Comments
 (0)