File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ public function file(string $absoulteFileName): bool
4141
4242 if (!@unlink ($ absoulteFileName )) {
4343 if (!@is_writable ($ absoulteFileName )) {
44- throw new \RuntimeException ('Could not remove file: ' . $ absoulteFileName , 123678123 )
44+ throw new \RuntimeException ('Could not remove file: ' . $ absoulteFileName , 123678123 );
4545 }
46- // Return true if the file no longer exists (don't care _what_ removed
46+ // Return true if the file no longer exists (don't care _what_ removed
4747 // the file, as long as it's gone).
4848 // But return false if the file still exists but couldn't be removed
4949 // by unlink() (for reasons other than write permissions).
Original file line number Diff line number Diff line change 7171 },
7272 "scripts" : {
7373 "code-fix" : [
74- " PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --config Resources/Private/Build/PhpCsFixer.php --cache-file=.Build/phpcs.cache"
74+ " php-cs-fixer fix --config Resources/Private/Build/PhpCsFixer.php --cache-file=.Build/phpcs.cache"
7575 ],
7676 "code-check" : [
77- " PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --config Resources/Private/Build/PhpCsFixer.php --cache-file=.Build/phpcs.cache --dry-run" ,
77+ " php-cs-fixer fix --config Resources/Private/Build/PhpCsFixer.php --cache-file=.Build/phpcs.cache --dry-run" ,
7878 " phpstan --memory-limit=1024M"
7979 ],
8080 "code-test" : [
You can’t perform that action at this time.
0 commit comments