Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

[TASK] Improve the code autoformatting #158

Merged
merged 1 commit into from
Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ included PHPUnit package.
- Add code sniffing to the Travis CI build (#143)

### Changed
- Improve the code autoformatting (#158)
- Sort the entries in the `.gitignore` and `.gitattributes` (#157)
- Use PHP 7.2 for the TER release script (#155)
- Sort the Composer dependencies (#153)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@ci:static",
"@ci:dynamic"
],
"fix:php-cs": "php-cs-fixer fix",
"php:fix": "php-cs-fixer fix && phpcbf Classes Configuration Tests",
"link-extension": [
"@php -r 'is_dir($extFolder=__DIR__.\"/.Build/public/typo3conf/ext/\") || mkdir($extFolder, 0777, true);'",
"@php -r 'file_exists($extFolder=__DIR__.\"/.Build/public/typo3conf/ext/phpunit\") || symlink(__DIR__,$extFolder);'"
Expand Down