mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #9] [CLOSED] Applied fixes from StyleCI #1126
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1126
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/9
Author: @phanan
Created: 12/14/2015
Status: ❌ Closed
Base:
master← Head:analysis-8KvAAz📝 Commits (1)
f2bd36aApplied 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.