update phpstan and php-cs-fixer tools
parent
2bc48d5f27
commit
20363b2eb9
Binary file not shown.
|
@ -14,7 +14,6 @@
|
||||||
$finder = PhpCsFixer\Finder::create()
|
$finder = PhpCsFixer\Finder::create()
|
||||||
->exclude('node_modules')
|
->exclude('node_modules')
|
||||||
->exclude('vendor')
|
->exclude('vendor')
|
||||||
->exclude('libs')
|
|
||||||
->in(__DIR__);
|
->in(__DIR__);
|
||||||
|
|
||||||
/** @phpstan-ignore-next-line */
|
/** @phpstan-ignore-next-line */
|
||||||
|
@ -51,5 +50,8 @@ return $config
|
||||||
'phpdoc_trim' => true,
|
'phpdoc_trim' => true,
|
||||||
'single_quote' => true,
|
'single_quote' => true,
|
||||||
'trim_array_spaces' => true,
|
'trim_array_spaces' => true,
|
||||||
|
|
||||||
|
//'no_multiline_whitespace_around_double_arrow' => true,
|
||||||
|
//'use_arrow_functions' => true,
|
||||||
])
|
])
|
||||||
->setFinder($finder);
|
->setFinder($finder);
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue