Skip to content

Commit 2a0ea42

Browse files
committed
v1.2.2
Bug fix * fix to PhpTypeExpression#parseType argument type error. add IntersectionType. * add `final` to classes.
1 parent 32c42c9 commit 2a0ea42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG
22

3+
## v1.2.2 (2023-09-10)
4+
35
### Bug fix
46

57
* fix to PhpTypeExpression#parseType argument type error. add IntersectionType.

src/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
final class Main
1616
{
17-
const VERSION = 'v1.2.1';
17+
const VERSION = 'v1.2.2';
1818

1919
public function __construct(string $directory, Options $options)
2020
{

0 commit comments

Comments
 (0)