]> git.agnieray.net Git - galette.git/commit
Switch to PSR12, phpcbf fix
authorJohan Cwiklinski <johan@x-tnd.be>
Thu, 11 Jun 2020 13:32:14 +0000 (15:32 +0200)
committerJohan Cwiklinski <trasher@x-tnd.be>
Thu, 11 Jun 2020 13:45:04 +0000 (15:45 +0200)
commit9899d891292d044a6f791e321c759a81466d4fbb
tree3557049a1cde02a4883d5aaf0aa6190975518a10
parent0a8bf5154cfd4bc5a044b349b29fb98cf00d5242
Switch to PSR12, phpcbf fix
123 files changed:
galette/includes/dependencies.php
galette/includes/galette.inc.php
galette/includes/main.inc.php
galette/lib/Galette/Common/ClassLoader.php
galette/lib/Galette/Common/XHProf.php
galette/lib/Galette/Controllers/AbstractController.php
galette/lib/Galette/Controllers/AdminToolsController.php
galette/lib/Galette/Controllers/AuthController.php
galette/lib/Galette/Controllers/Crud/ContributionsController.php
galette/lib/Galette/Controllers/Crud/DynamicFieldsController.php
galette/lib/Galette/Controllers/Crud/EntitledsController.php
galette/lib/Galette/Controllers/Crud/GroupsController.php
galette/lib/Galette/Controllers/Crud/MailingsController.php
galette/lib/Galette/Controllers/Crud/MembersController.php
galette/lib/Galette/Controllers/Crud/PaymentTypeController.php
galette/lib/Galette/Controllers/Crud/SavedSearchesController.php
galette/lib/Galette/Controllers/Crud/TitlesController.php
galette/lib/Galette/Controllers/Crud/TransactionsController.php
galette/lib/Galette/Controllers/CrudController.php
galette/lib/Galette/Controllers/CsvController.php
galette/lib/Galette/Controllers/DynamicTranslationsController.php
galette/lib/Galette/Controllers/GaletteController.php
galette/lib/Galette/Controllers/HistoryController.php
galette/lib/Galette/Controllers/ImagesController.php
galette/lib/Galette/Controllers/PdfController.php
galette/lib/Galette/Controllers/PluginsController.php
galette/lib/Galette/Core/AbstractPassword.php
galette/lib/Galette/Core/CheckModules.php
galette/lib/Galette/Core/Db.php
galette/lib/Galette/Core/GaletteMail.php
galette/lib/Galette/Core/History.php
galette/lib/Galette/Core/I18n.php
galette/lib/Galette/Core/Install.php
galette/lib/Galette/Core/Login.php
galette/lib/Galette/Core/Mailing.php
galette/lib/Galette/Core/Pagination.php
galette/lib/Galette/Core/PasswordImage.php
galette/lib/Galette/Core/Picture.php
galette/lib/Galette/Core/PluginInstall.php
galette/lib/Galette/Core/Plugins.php
galette/lib/Galette/Core/Preferences.php
galette/lib/Galette/Core/SysInfos.php
galette/lib/Galette/DynamicFields/DynamicField.php
galette/lib/Galette/Entity/Adherent.php
galette/lib/Galette/Entity/Contribution.php
galette/lib/Galette/Entity/DynamicFieldsHandle.php
galette/lib/Galette/Entity/DynamicsTrait.php
galette/lib/Galette/Entity/Entitled.php
galette/lib/Galette/Entity/FieldsConfig.php
galette/lib/Galette/Entity/Group.php
galette/lib/Galette/Entity/ListsConfig.php
galette/lib/Galette/Entity/PaymentType.php
galette/lib/Galette/Entity/PdfModel.php
galette/lib/Galette/Entity/Reminder.php
galette/lib/Galette/Entity/SavedSearch.php
galette/lib/Galette/Entity/Texts.php
galette/lib/Galette/Entity/Title.php
galette/lib/Galette/Entity/Transaction.php
galette/lib/Galette/Filters/AdvancedMembersList.php
galette/lib/Galette/Filters/MembersList.php
galette/lib/Galette/IO/Csv.php
galette/lib/Galette/IO/CsvIn.php
galette/lib/Galette/IO/CsvOut.php
galette/lib/Galette/IO/FileTrait.php
galette/lib/Galette/IO/MembersCsv.php
galette/lib/Galette/IO/Pdf.php
galette/lib/Galette/IO/PdfAttendanceSheet.php
galette/lib/Galette/IO/PdfGroups.php
galette/lib/Galette/IO/PdfMembersCards.php
galette/lib/Galette/IO/PdfMembersLabels.php
galette/lib/Galette/Middleware/Authenticate.php
galette/lib/Galette/Middleware/CheckAcls.php
galette/lib/Galette/Middleware/Language.php
galette/lib/Galette/Middleware/MembersNavigate.php
galette/lib/Galette/Middleware/Telemetry.php
galette/lib/Galette/Middleware/TrailingSlash.php
galette/lib/Galette/Middleware/UpdateAndMaintenance.php
galette/lib/Galette/Repository/Contributions.php
galette/lib/Galette/Repository/DynamicFieldsSet.php
galette/lib/Galette/Repository/Members.php
galette/lib/Galette/Repository/PdfModels.php
galette/lib/Galette/Repository/Repository.php
galette/lib/Galette/Repository/SavedSearches.php
galette/lib/Galette/Repository/Transactions.php
galette/lib/Galette/Updater/AbstractUpdater.php
phpcs-rules.xml
tests/Galette/Core/tests/units/CheckModules.php
tests/Galette/Core/tests/units/Db.php
tests/Galette/Core/tests/units/History.php
tests/Galette/Core/tests/units/I18n.php
tests/Galette/Core/tests/units/Install.php
tests/Galette/Core/tests/units/Links.php
tests/Galette/Core/tests/units/Login.php
tests/Galette/Core/tests/units/Logo.php
tests/Galette/Core/tests/units/Password.php
tests/Galette/Core/tests/units/PasswordImage.php
tests/Galette/Core/tests/units/Picture.php
tests/Galette/Core/tests/units/Plugins.php
tests/Galette/Core/tests/units/Preferences.php
tests/Galette/Core/tests/units/PrintLogo.php
tests/Galette/DynamicFields/tests/units/Boolean.php
tests/Galette/DynamicFields/tests/units/Separator.php
tests/Galette/Entity/tests/units/Adherent.php
tests/Galette/Entity/tests/units/Contribution.php
tests/Galette/Entity/tests/units/FieldsConfig.php
tests/Galette/Entity/tests/units/ListsConfig.php
tests/Galette/Entity/tests/units/PaymentType.php
tests/Galette/Entity/tests/units/SavedSeach.php
tests/Galette/Entity/tests/units/Status.php
tests/Galette/Entity/tests/units/Texts.php
tests/Galette/Entity/tests/units/Title.php
tests/Galette/IO/tests/units/CsvIn.php
tests/Galette/IO/tests/units/News.php
tests/Galette/Middleware/tests/unit/CheckAcls.php
tests/Galette/Repository/tests/units/Members.php
tests/Galette/Repository/tests/units/PaymentTypes.php
tests/Galette/Repository/tests/units/PdfModels.php
tests/Galette/Util/tests/units/Password.php
tests/Galette/Util/tests/units/Telemetry.php
tests/TestsBootstrap.php
tests/config/mysql/config.inc.php
tests/config/pgsql/config.inc.php
tests/coverage.php