Skip to content

Commit 668c70f

Browse files
committed
v1.1.1 (2023-07-30)
Features * introduced PHPStan in Develop environment. Bug fix * fix Type Description like `array<int, string>` don't berecoganized.
1 parent 6cf6612 commit 668c70f

File tree

7 files changed

+3
-1
lines changed

7 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.1.1 (2023-07-30)
4+
35
### Features
46

57
* introduced PHPStan in Develop environment.

dogfood.png

3.18 KB
Loading

src/Main.php

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

1515
class Main
1616
{
17-
const VERSION = 'v1.1.0';
17+
const VERSION = 'v1.1.1';
1818

1919
public function __construct(string $directory, Options $options)
2020
{
-5.97 KB
Loading
5 KB
Loading
1.95 KB
Loading
-5.97 KB
Loading

0 commit comments

Comments
 (0)