Automatically fix fixable code style lint errors
MAILPOET-6318
This commit is contained in:
committed by
Jan Lysý
parent
325c4c74f4
commit
6066fd6321
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"*": "../../../mailpoet/tools/vendor/composer.phar code-style",
|
||||
"*.{php}": "../../../mailpoet/tools/vendor/composer.phar phpstan"
|
||||
"*.php": [
|
||||
"../../../mailpoet/tools/vendor/composer.phar code-style-fix",
|
||||
"../../../mailpoet/tools/vendor/composer.phar phpstan"
|
||||
],
|
||||
"*": "../../../mailpoet/tools/vendor/composer.phar code-style"
|
||||
}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* This file is part of the MailPoet plugin.
|
||||
* This file is part of the MailPoet plugin
|
||||
*
|
||||
* @package MailPoet\EmailEditor
|
||||
*/
|
||||
|
Reference in New Issue
Block a user