mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1047] [MERGED] PHPstan updates #1136
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/1047
Author: @lancepioch
Created: 2/28/2025
Status: ✅ Merged
Merged: 3/3/2025
Merged by: @lancepioch
Base:
main← Head:lance/phpstan-updates📝 Commits (10+)
89f62acNot found property rule0f6fc5bMake these “better”9ab4082Day 12d81c67Day 2f419e82Day 32a33e2bDat 488a29aaRemove disabled check7ecb4edDay 4 continued1d578a7Run pint2570de3Final changes hopefully📊 Changes
207 files changed (+1045 additions, -274 deletions)
View changed files
📝
app/Console/Commands/Egg/CheckEggUpdatesCommand.php(+23 -18)📝
app/Console/Commands/Environment/CacheSettingsCommand.php(+0 -2)📝
app/Console/Commands/Environment/DatabaseSettingsCommand.php(+2 -1)📝
app/Console/Commands/Environment/EmailSettingsCommand.php(+1 -0)📝
app/Console/Commands/Environment/QueueSettingsCommand.php(+0 -2)📝
app/Console/Commands/Environment/RedisSetupCommand.php(+0 -2)📝
app/Console/Commands/Environment/SessionSettingsCommand.php(+0 -2)📝
app/Console/Commands/Server/BulkPowerActionCommand.php(+3 -0)📝
app/Contracts/Validatable.php(+6 -0)📝
app/Exceptions/DisplayException.php(+6 -0)📝
app/Exceptions/Handler.php(+17 -0)📝
app/Exceptions/Model/DataValidationException.php(+3 -0)📝
app/Extensions/Backups/BackupManager.php(+12 -3)📝
app/Extensions/Filesystem/S3Filesystem.php(+3 -0)📝
app/Extensions/League/Fractal/Serializers/PanelSerializer.php(+12 -0)📝
app/Extensions/OAuth/Providers/OAuthProvider.php(+16 -0)📝
app/Filament/Admin/Pages/Health.php(+5 -5)📝
app/Filament/Admin/Pages/Settings.php(+18 -0)📝
app/Filament/Admin/Resources/NodeResource/Widgets/NodeStorageChart.php(+6 -6)📝
app/Filament/Admin/Resources/RoleResource.php(+4 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.