[PR #9] [CLOSED] Applied fixes from StyleCI #1126

Closed
opened 2026-02-26 02:35:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/9
Author: @phanan
Created: 12/14/2015
Status: Closed

Base: masterHead: analysis-8KvAAz


📝 Commits (1)

  • f2bd36a Applied fixes from StyleCI

📊 Changes

46 files changed (+89 additions, -90 deletions)

View changed files

📝 app/Console/Kernel.php (+2 -1)
📝 app/Exceptions/Handler.php (+6 -4)
📝 app/Http/Controllers/API/InteractionController.php (+1 -1)
📝 app/Http/Controllers/API/PlaylistController.php (+2 -2)
📝 app/Http/Controllers/API/SongController.php (+1 -1)
📝 app/Http/Controllers/API/UserController.php (+2 -2)
📝 app/Http/Controllers/Auth/AuthController.php (+3 -3)
📝 app/Http/Controllers/Controller.php (+2 -2)
📝 app/Http/Middleware/Authenticate.php (+3 -3)
📝 app/Http/Middleware/RedirectIfAuthenticated.php (+3 -3)
📝 app/Http/Requests/API/UserStoreRequest.php (+1 -1)
📝 app/Http/Streamers/PHPStreamer.php (+1 -1)
📝 app/Models/Artist.php (+1 -1)
📝 app/Models/Interaction.php (+7 -7)
📝 app/Models/Playlist.php (+1 -1)
📝 app/Models/Setting.php (+1 -4)
📝 app/Models/User.php (+6 -5)
📝 app/Providers/AppServiceProvider.php (+2 -2)
📝 app/Providers/AuthServiceProvider.php (+2 -1)
📝 app/Providers/EventServiceProvider.php (+1 -1)

...and 26 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/koel/koel/pull/9 **Author:** [@phanan](https://github.com/phanan) **Created:** 12/14/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `analysis-8KvAAz` --- ### 📝 Commits (1) - [`f2bd36a`](https://github.com/koel/koel/commit/f2bd36a6b608afab2fd19508b0eddd74db7643ca) Applied fixes from StyleCI ### 📊 Changes **46 files changed** (+89 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Kernel.php` (+2 -1) 📝 `app/Exceptions/Handler.php` (+6 -4) 📝 `app/Http/Controllers/API/InteractionController.php` (+1 -1) 📝 `app/Http/Controllers/API/PlaylistController.php` (+2 -2) 📝 `app/Http/Controllers/API/SongController.php` (+1 -1) 📝 `app/Http/Controllers/API/UserController.php` (+2 -2) 📝 `app/Http/Controllers/Auth/AuthController.php` (+3 -3) 📝 `app/Http/Controllers/Controller.php` (+2 -2) 📝 `app/Http/Middleware/Authenticate.php` (+3 -3) 📝 `app/Http/Middleware/RedirectIfAuthenticated.php` (+3 -3) 📝 `app/Http/Requests/API/UserStoreRequest.php` (+1 -1) 📝 `app/Http/Streamers/PHPStreamer.php` (+1 -1) 📝 `app/Models/Artist.php` (+1 -1) 📝 `app/Models/Interaction.php` (+7 -7) 📝 `app/Models/Playlist.php` (+1 -1) 📝 `app/Models/Setting.php` (+1 -4) 📝 `app/Models/User.php` (+6 -5) 📝 `app/Providers/AppServiceProvider.php` (+2 -2) 📝 `app/Providers/AuthServiceProvider.php` (+2 -1) 📝 `app/Providers/EventServiceProvider.php` (+1 -1) _...and 26 more files_ </details> ### 📄 Description This pull request applies code style fixes from an analysis carried out by [StyleCI](https://styleci.io). --- For more information, click [here](https://styleci.io/analyses/8KvAAz). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 02:35:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1126
No description provided.