Skip to content

Commit 0ceb6bc

Browse files
committed
Open 2.2.x
1 parent 9475dab commit 0ceb6bc

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.github/workflows/apiref.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- "1.23.x"
2323
- "2.0.x"
2424
- "2.1.x"
25+
- "2.2.x"
2526

2627
steps:
2728
- name: "Checkout"

.github/workflows/backward-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "2.1.x"
9+
- "2.2.x"
1010

1111
jobs:
1212
backward-compatibility:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "2.1.x"
9+
- "2.2.x"
1010

1111
jobs:
1212
lint:

.github/workflows/send-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
repository: phpstan/phpstan-src
2424
path: phpstan-src
2525
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
26-
ref: 2.1.x
26+
ref: 2.2.x
2727

2828
- name: "Install dependencies"
2929
working-directory: ./phpstan-src

.github/workflows/test-slevomat-coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "2.1.x"
9+
- "2.2.x"
1010

1111
jobs:
1212
tests:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For the complete list of supported PHPDoc features check out PHPStan documentati
1313

1414
* [PHPDoc Basics](https://phpstan.org/writing-php-code/phpdocs-basics) (list of PHPDoc tags)
1515
* [PHPDoc Types](https://phpstan.org/writing-php-code/phpdoc-types) (list of PHPDoc types)
16-
* [phpdoc-parser API Reference](https://phpstan.github.io/phpdoc-parser/2.1.x/namespace-PHPStan.PhpDocParser.html) with all the AST node types etc.
16+
* [phpdoc-parser API Reference](https://phpstan.github.io/phpdoc-parser/2.2.x/namespace-PHPStan.PhpDocParser.html) with all the AST node types etc.
1717

1818
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).
1919

0 commit comments

Comments
 (0)