mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 16:45:35 +08:00
fix comment spacing problem (build 443)
This commit is contained in:
@@ -65,7 +65,6 @@ return (new PhpCsFixer\Config())
|
|||||||
'standardize_not_equals' => true,
|
'standardize_not_equals' => true,
|
||||||
'multiline_comment_opening_closing' => true,
|
'multiline_comment_opening_closing' => true,
|
||||||
'phpdoc_summary' => false,
|
'phpdoc_summary' => false,
|
||||||
'single_line_comment_spacing' => false,
|
|
||||||
])
|
])
|
||||||
->setFinder(
|
->setFinder(
|
||||||
PhpCsFixer\Finder::create()
|
PhpCsFixer\Finder::create()
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ use ZM\Exception\InitException;
|
|||||||
|
|
||||||
class ConsoleApplication extends Application
|
class ConsoleApplication extends Application
|
||||||
{
|
{
|
||||||
public const VERSION_ID = 442;
|
public const VERSION_ID = 443;
|
||||||
|
|
||||||
public const VERSION = '2.7.0-beta4';
|
public const VERSION = '2.7.0-beta4';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user