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 cdd2ea0 commit 112604bCopy full SHA for 112604b
CHANGELOG.md
@@ -3,6 +3,11 @@ CHANGELOG for PHP CS Fixer
3
4
This file contains changelogs for stable releases only.
5
6
+Changelog for v3.78.1
7
+---------------------
8
+
9
+* fix: `VisibilityRequiredFixer` - do not add `public` incorrectly (#8787)
10
11
Changelog for v3.78.0
12
---------------------
13
src/Console/Application.php
@@ -44,7 +44,7 @@
44
final class Application extends BaseApplication
45
{
46
public const NAME = 'PHP CS Fixer';
47
- public const VERSION = '3.78.1-DEV';
+ public const VERSION = '3.78.1';
48
public const VERSION_CODENAME = 'Kids Playground';
49
50
/**
0 commit comments