@rightcapital/phpdoc-parser 0.4.2--.394.1.0 → 0.4.2--.396.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ Next-gen PHPDoc parser with support for intersection types and generics(TypeScri
15
15
 
16
16
  This parser is inspired by the PHPStan's phpdoc-parser library: https://github.com/phpstan/phpdoc-parser
17
17
 
18
- this libraray `@rightcapital/phpdoc-parser` represents PHPDocs with an AST (Abstract Syntax Tree). It supports parsing and modifying PHPDocs by using `TypeScript`/`JavaScript`.
18
+ This library `@rightcapital/phpdoc-parser` represents PHPDocs with an AST (Abstract Syntax Tree). It supports parsing and modifying PHPDocs by using `TypeScript`/`JavaScript`.
19
19
 
20
20
  For the complete list of supported PHPDoc features check out PHPStan documentation.
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rightcapital/phpdoc-parser",
3
- "version": "0.4.2-.394.1.0",
3
+ "version": "0.4.2-.396.1.0",
4
4
  "keywords": [
5
5
  "PHP",
6
6
  "PHPDoc",