1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-08-12 10:16:03 +02:00
This commit is contained in:
Ne-Lexa
2021-12-12 12:50:30 +03:00
parent 83dd71e602
commit bfff5f475a
25 changed files with 336 additions and 323 deletions

View File

@@ -105,9 +105,6 @@ $rules = [
*/
'class_definition' => true,
'class_keyword_remove' => false,
// Namespace must not contain spacing, comments or PHPDoc.
'clean_namespace' => true,
@@ -1758,7 +1755,7 @@ if (\PHP_SAPI === 'cli' && !class_exists(\PhpCsFixer\Config::class)) {
return (new \PhpCsFixer\Config())
->setUsingCache(true)
->setCacheFile(__DIR__ . '/.php_cs.cache')
->setCacheFile(__DIR__ . '/.php-cs-fixer.cache')
->setRules($rules)
->setRiskyAllowed(true)
->setFinder(