Skip to content
Snippets Groups Projects
Unverified Commit 19d74a8f authored by Ondrej Mirtes's avatar Ondrej Mirtes
Browse files

Open 2.1.x

parent 5404716a
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ on:
pull_request:
push:
branches:
- "2.0.x"
- "2.1.x"
jobs:
backward-compatibility:
......
......@@ -6,7 +6,7 @@ on:
pull_request:
push:
branches:
- "2.0.x"
- "2.1.x"
jobs:
lint:
......
......@@ -6,7 +6,7 @@ on:
pull_request:
push:
branches:
- "2.0.x"
- "2.1.x"
jobs:
tests:
......
......@@ -13,9 +13,9 @@ For the complete list of supported PHPDoc features check out PHPStan documentati
* [PHPDoc Basics](https://phpstan.org/writing-php-code/phpdocs-basics) (list of PHPDoc tags)
* [PHPDoc Types](https://phpstan.org/writing-php-code/phpdoc-types) (list of PHPDoc types)
* [phpdoc-parser API Reference](https://phpstan.github.io/phpdoc-parser/2.0.x/namespace-PHPStan.PhpDocParser.html) with all the AST node types etc.
* [phpdoc-parser API Reference](https://phpstan.github.io/phpdoc-parser/2.1.x/namespace-PHPStan.PhpDocParser.html) with all the AST node types etc.
This parser also supports parsing [Doctrine Annotations](https://github.com/doctrine/annotations). The AST nodes live in the [PHPStan\PhpDocParser\Ast\PhpDoc\Doctrine namespace](https://phpstan.github.io/phpdoc-parser/2.0.x/namespace-PHPStan.PhpDocParser.Ast.PhpDoc.Doctrine.html).
This parser also supports parsing [Doctrine Annotations](https://github.com/doctrine/annotations). The AST nodes live in the [PHPStan\PhpDocParser\Ast\PhpDoc\Doctrine namespace](https://phpstan.github.io/phpdoc-parser/2.1.x/namespace-PHPStan.PhpDocParser.Ast.PhpDoc.Doctrine.html).
## Installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment