Automatically fix fixable code style lint errors

MAILPOET-6318
This commit is contained in:
Oluwaseun Olorunsola
2024-11-22 16:43:14 +01:00
committed by Jan Lysý
parent 325c4c74f4
commit 6066fd6321
2 changed files with 6 additions and 3 deletions

View File

@@ -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"
}

View File

@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the MailPoet plugin.
* This file is part of the MailPoet plugin
*
* @package MailPoet\EmailEditor
*/