]> BookStack Code Mirror - bookstack/commit
Set /app PHP code to PSR-2 standard
authorDan Brown <redacted>
Sun, 28 Jan 2018 16:58:52 +0000 (16:58 +0000)
committerDan Brown <redacted>
Sun, 28 Jan 2018 16:58:52 +0000 (16:58 +0000)
commit62342433f41f2eaef19c5e85f5ce960297ee8206
treead65fe5c592463ccfdf172260b67947f1ff4dfb6
parent30b4f81fc6f1b46c70059c91880e418e2bcb50af
Set /app PHP code to PSR-2 standard

Also adde draw.io to attribution list.

Closes #649
80 files changed:
app/Activity.php
app/Attachment.php
app/Book.php
app/Chapter.php
app/Console/Commands/DeleteUsers.php
app/Entity.php
app/EntityPermission.php
app/Exceptions/AuthException.php
app/Exceptions/ConfirmationEmailException.php
app/Exceptions/FileUploadException.php
app/Exceptions/Handler.php
app/Exceptions/ImageUploadException.php
app/Exceptions/LdapException.php
app/Exceptions/NotFoundException.php
app/Exceptions/NotifyException.php
app/Exceptions/PermissionsException.php
app/Exceptions/PrettyException.php
app/Exceptions/SocialDriverNotConfigured.php
app/Exceptions/SocialSignInException.php
app/Exceptions/UserRegistrationException.php
app/Http/Controllers/Auth/ForgotPasswordController.php
app/Http/Controllers/Auth/LoginController.php
app/Http/Controllers/Auth/RegisterController.php
app/Http/Controllers/Auth/ResetPasswordController.php
app/Http/Controllers/BookController.php
app/Http/Controllers/ChapterController.php
app/Http/Controllers/Controller.php
app/Http/Controllers/HomeController.php
app/Http/Controllers/ImageController.php
app/Http/Controllers/PageController.php
app/Http/Controllers/PermissionController.php
app/Http/Controllers/SearchController.php
app/Http/Controllers/SettingController.php
app/Http/Controllers/TagController.php
app/Http/Controllers/UserController.php
app/Http/Middleware/Localization.php
app/Model.php
app/Notifications/ConfirmEmail.php
app/Ownable.php
app/Page.php
app/PageRevision.php
app/Providers/AppServiceProvider.php
app/Providers/AuthServiceProvider.php
app/Providers/CustomFacadeProvider.php
app/Providers/LdapUserProvider.php
app/Providers/PaginationServiceProvider.php
app/Repos/CommentRepo.php
app/Repos/EntityRepo.php
app/Repos/ImageRepo.php
app/Repos/PermissionsRepo.php
app/Repos/TagRepo.php
app/Repos/UserRepo.php
app/Role.php
app/RolePermission.php
app/SearchTerm.php
app/Services/ActivityService.php
app/Services/AttachmentService.php
app/Services/EmailConfirmationService.php
app/Services/ExportService.php
app/Services/Facades/Activity.php
app/Services/Facades/Images.php
app/Services/Facades/Setting.php
app/Services/Facades/Views.php
app/Services/ImageService.php
app/Services/Ldap.php
app/Services/LdapService.php
app/Services/PermissionService.php
app/Services/SearchService.php
app/Services/SettingService.php
app/Services/SocialAuthService.php
app/Services/UploadService.php
app/Services/ViewService.php
app/SocialAccount.php
app/Tag.php
app/User.php
app/helpers.php
composer.json
composer.lock
phpcs.xml [new file with mode: 0644]
readme.md