[PR #790] [MERGED] Apply fixes from StyleCI #1348

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/790
Author: @phanan
Created: 8/29/2018
Status: Merged
Merged: 8/29/2018
Merged by: @phanan

Base: masterHead: analysis-8mLE0W


📝 Commits (1)

📊 Changes

14 files changed (+34 additions, -33 deletions)

View changed files

📝 app/Console/Kernel.php (+1 -1)
📝 app/Http/Controllers/API/ScrobbleController.php (+1 -1)
📝 app/Http/Controllers/API/SongController.php (+5 -6)
📝 app/Listeners/JWTEventListener.php (+1 -1)
📝 app/Models/File.php (+3 -4)
📝 app/Models/Song.php (+6 -6)
📝 app/Models/User.php (+1 -0)
📝 app/Services/ApiClient.php (+5 -5)
📝 app/Services/ApiConsumerInterface.php (+2 -0)
📝 app/Services/HelperService.php (+1 -1)
📝 app/Services/MediaSyncService.php (+1 -2)
📝 app/Services/Streamers/TranscodingStreamerInterface.php (+1 -0)
📝 app/Services/YouTubeService.php (+1 -1)
📝 app/Traits/SupportsDeleteWhereIDsNotIn.php (+5 -5)

📄 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/790 **Author:** [@phanan](https://github.com/phanan) **Created:** 8/29/2018 **Status:** ✅ Merged **Merged:** 8/29/2018 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `analysis-8mLE0W` --- ### 📝 Commits (1) - [`599777c`](https://github.com/koel/koel/commit/599777c7640e57447225e2abde100cfad4d8792b) Apply fixes from StyleCI ### 📊 Changes **14 files changed** (+34 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Kernel.php` (+1 -1) 📝 `app/Http/Controllers/API/ScrobbleController.php` (+1 -1) 📝 `app/Http/Controllers/API/SongController.php` (+5 -6) 📝 `app/Listeners/JWTEventListener.php` (+1 -1) 📝 `app/Models/File.php` (+3 -4) 📝 `app/Models/Song.php` (+6 -6) 📝 `app/Models/User.php` (+1 -0) 📝 `app/Services/ApiClient.php` (+5 -5) 📝 `app/Services/ApiConsumerInterface.php` (+2 -0) 📝 `app/Services/HelperService.php` (+1 -1) 📝 `app/Services/MediaSyncService.php` (+1 -2) 📝 `app/Services/Streamers/TranscodingStreamerInterface.php` (+1 -0) 📝 `app/Services/YouTubeService.php` (+1 -1) 📝 `app/Traits/SupportsDeleteWhereIDsNotIn.php` (+5 -5) </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/8mLE0W). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:30:41 +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#1348
No description provided.