[PR #1237] [MERGED] PHPCS related fixes. #5790

Closed
opened 2026-02-05 10:17:08 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1237
Author: @Abijeet
Created: 1/27/2019
Status: Merged
Merged: 1/27/2019
Merged by: @Abijeet

Base: masterHead: phpcs-fixes


📝 Commits (1)

📊 Changes

11 files changed (+25 additions, -29 deletions)

View changed files

📝 app/Auth/Access/LdapService.php (+2 -2)
📝 app/Auth/Permissions/PermissionService.php (+11 -11)
📝 app/Entities/EntityProvider.php (+1 -3)
📝 app/Entities/Repos/PageRepo.php (+1 -1)
📝 app/Exceptions/HttpFetchException.php (+3 -1)
📝 app/Exceptions/UserUpdateException.php (+3 -1)
📝 app/Notifications/MailNotification.php (+1 -2)
📝 app/Notifications/ResetPassword.php (+0 -1)
📝 app/Providers/TranslationServiceProvider.php (+1 -2)
📝 app/Translation/Translator.php (+1 -3)
📝 app/Uploads/HttpFetcher.php (+1 -2)

📄 Description

Code fixes after running phpcbf


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/1237 **Author:** [@Abijeet](https://github.com/Abijeet) **Created:** 1/27/2019 **Status:** ✅ Merged **Merged:** 1/27/2019 **Merged by:** [@Abijeet](https://github.com/Abijeet) **Base:** `master` ← **Head:** `phpcs-fixes` --- ### 📝 Commits (1) - [`5ef0992`](https://github.com/BookStackApp/BookStack/commit/5ef0992d5b771f6348e131023eaa3a8be7fac646) PHPCS related fixes. ### 📊 Changes **11 files changed** (+25 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `app/Auth/Access/LdapService.php` (+2 -2) 📝 `app/Auth/Permissions/PermissionService.php` (+11 -11) 📝 `app/Entities/EntityProvider.php` (+1 -3) 📝 `app/Entities/Repos/PageRepo.php` (+1 -1) 📝 `app/Exceptions/HttpFetchException.php` (+3 -1) 📝 `app/Exceptions/UserUpdateException.php` (+3 -1) 📝 `app/Notifications/MailNotification.php` (+1 -2) 📝 `app/Notifications/ResetPassword.php` (+0 -1) 📝 `app/Providers/TranslationServiceProvider.php` (+1 -2) 📝 `app/Translation/Translator.php` (+1 -3) 📝 `app/Uploads/HttpFetcher.php` (+1 -2) </details> ### 📄 Description Code fixes after running `phpcbf` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:17:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5790