We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c42c9 commit 2a0ea42Copy full SHA for 2a0ea42
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# CHANGELOG
2
3
+## v1.2.2 (2023-09-10)
4
+
5
### Bug fix
6
7
* fix to PhpTypeExpression#parseType argument type error. add IntersectionType.
src/Main.php
@@ -14,7 +14,7 @@
14
15
final class Main
16
{
17
- const VERSION = 'v1.2.1';
+ const VERSION = 'v1.2.2';
18
19
public function __construct(string $directory, Options $options)
20
0 commit comments