[PR #2823] [CLOSED] Apply fixes from StyleCI #6076

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2823
Author: @ssddanbrown
Created: 6/28/2021
Status: Closed

Base: l10n_masterHead: analysis-Pxd9gL


📝 Commits (1)

📊 Changes

346 files changed (+3608 additions, -2594 deletions)

View changed files

📝 app/Actions/Activity.php (+5 -5)
📝 app/Actions/ActivityService.php (+12 -7)
📝 app/Actions/ActivityType.php (+3 -1)
📝 app/Actions/Comment.php (+6 -2)
📝 app/Actions/CommentRepo.php (+11 -8)
📝 app/Actions/Favourite.php (+3 -1)
📝 app/Actions/Tag.php (+6 -4)
📝 app/Actions/TagRepo.php (+7 -3)
📝 app/Actions/View.php (+3 -2)
📝 app/Api/ApiDocsGenerator.php (+18 -8)
📝 app/Api/ApiToken.php (+8 -5)
📝 app/Api/ApiTokenGuard.php (+10 -6)
📝 app/Api/ListingResponseBuilder.php (+7 -4)
📝 app/Application.php (+3 -3)
📝 app/Auth/Access/EmailConfirmationService.php (+7 -2)
📝 app/Auth/Access/ExternalAuthService.php (+5 -4)
📝 app/Auth/Access/ExternalBaseUserProvider.php (+18 -12)
📝 app/Auth/Access/Guards/ExternalBaseSessionGuard.php (+24 -17)
📝 app/Auth/Access/Guards/LdapSessionGuard.php (+17 -11)
📝 app/Auth/Access/Guards/Saml2SessionGuard.php (+4 -2)

...and 80 more files

📄 Description

This pull request applies code style fixes from an analysis carried out by StyleCI.


For more information, click here.


🔄 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/2823 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 6/28/2021 **Status:** ❌ Closed **Base:** `l10n_master` ← **Head:** `analysis-Pxd9gL` --- ### 📝 Commits (1) - [`cd41ef3`](https://github.com/BookStackApp/BookStack/commit/cd41ef37178de741e14749d73b8e4818a919d647) Apply fixes from StyleCI ### 📊 Changes **346 files changed** (+3608 additions, -2594 deletions) <details> <summary>View changed files</summary> 📝 `app/Actions/Activity.php` (+5 -5) 📝 `app/Actions/ActivityService.php` (+12 -7) 📝 `app/Actions/ActivityType.php` (+3 -1) 📝 `app/Actions/Comment.php` (+6 -2) 📝 `app/Actions/CommentRepo.php` (+11 -8) 📝 `app/Actions/Favourite.php` (+3 -1) 📝 `app/Actions/Tag.php` (+6 -4) 📝 `app/Actions/TagRepo.php` (+7 -3) 📝 `app/Actions/View.php` (+3 -2) 📝 `app/Api/ApiDocsGenerator.php` (+18 -8) 📝 `app/Api/ApiToken.php` (+8 -5) 📝 `app/Api/ApiTokenGuard.php` (+10 -6) 📝 `app/Api/ListingResponseBuilder.php` (+7 -4) 📝 `app/Application.php` (+3 -3) 📝 `app/Auth/Access/EmailConfirmationService.php` (+7 -2) 📝 `app/Auth/Access/ExternalAuthService.php` (+5 -4) 📝 `app/Auth/Access/ExternalBaseUserProvider.php` (+18 -12) 📝 `app/Auth/Access/Guards/ExternalBaseSessionGuard.php` (+24 -17) 📝 `app/Auth/Access/Guards/LdapSessionGuard.php` (+17 -11) 📝 `app/Auth/Access/Guards/Saml2SessionGuard.php` (+4 -2) _...and 80 more files_ </details> ### 📄 Description This pull request applies code style fixes from an analysis carried out by [StyleCI](https://github.styleci.io). --- For more information, click [here](https://github.styleci.io/analyses/Pxd9gL). --- <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:23:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6076