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 2a249cb commit 434112fCopy full SHA for 434112f
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# CHANGELOG
2
3
+## v1.4.2 (2024-09-23)
4
+
5
### Features
6
7
* feat: support AsymmetricVisibility in constructor promotion.
src/Main.php
@@ -13,7 +13,7 @@
13
14
final class Main
15
{
16
- public const VERSION = 'v1.4.1';
+ public const VERSION = 'v1.4.2';
17
18
public function __construct(
19
private string $directory,
0 commit comments