mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #639] [MERGED] Enforce return and parameter types #870
Reference in New Issue
Block a user
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/pelican-dev/panel/pull/639
Author: @lancepioch
Created: 10/20/2024
Status: ✅ Merged
Merged: 10/20/2024
Merged by: @lancepioch
Base:
main← Head:lance/phpstan-return-types📝 Commits (5)
c7a307aEnforce return and parameter types38be89aPintbb5955cHave to make this match the trait81c75f7Merge branch 'main' into lance/phpstan-return-typese162374Add return types📊 Changes
61 files changed (+145 additions, -125 deletions)
View changed files
📝
app/Console/Commands/Environment/EmailSettingsCommand.php(+4 -4)📝
app/Console/Commands/Schedule/ProcessRunnableCommand.php(+1 -1)📝
app/Console/Commands/UpgradeCommand.php(+1 -1)📝
app/Exceptions/DisplayException.php(+7 -5)📝
app/Extensions/Themes/Theme.php(+3 -3)📝
app/Filament/Pages/Installer/PanelInstaller.php(+4 -3)📝
app/Filament/Pages/Installer/Steps/DatabaseStep.php(+1 -1)📝
app/Filament/Pages/Installer/Steps/RedisStep.php(+1 -1)📝
app/Filament/Resources/ApiKeyResource.php(+2 -1)📝
app/Filament/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php(+4 -2)📝
app/Filament/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php(+10 -4)📝
app/Filament/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php(+2 -1)📝
app/Filament/Resources/NodeResource/Pages/EditNode.php(+2 -2)📝
app/Filament/Resources/ServerResource/Pages/CreateServer.php(+1 -1)📝
app/Filament/Resources/ServerResource/Pages/EditServer.php(+1 -1)📝
app/Filament/Resources/UserResource/Pages/EditProfile.php(+8 -2)📝
app/Http/Controllers/Admin/ServersController.php(+2 -4)📝
app/Http/Controllers/Api/Application/ApplicationApiController.php(+1 -1)📝
app/Http/Controllers/Api/Remote/ActivityProcessingController.php(+1 -1)📝
app/Http/Controllers/Auth/AbstractLoginController.php(+2 -2)...and 41 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.