[PR #1047] [MERGED] PHPstan updates #1136

Closed
opened 2026-02-04 19:20:40 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: lance/phpstan-updates


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1047 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 3/3/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `lance/phpstan-updates` --- ### 📝 Commits (10+) - [`89f62ac`](https://github.com/pelican-dev/panel/commit/89f62ac740c219c541c9776e3f608e1752fbcb54) Not found property rule - [`0f6fc5b`](https://github.com/pelican-dev/panel/commit/0f6fc5b586c814144d865ad5e7de095b1ca821e0) Make these “better” - [`9ab4082`](https://github.com/pelican-dev/panel/commit/9ab40820ad2b47b591e73b0db9d7085df732fb17) Day 1 - [`2d81c67`](https://github.com/pelican-dev/panel/commit/2d81c6775452af7cbc2aedcd17c2168cb5590bce) Day 2 - [`f419e82`](https://github.com/pelican-dev/panel/commit/f419e82fa86d0746b03505f294acfac3e7e01abd) Day 3 - [`2a33e2b`](https://github.com/pelican-dev/panel/commit/2a33e2b508a9a4e15d8064c9a9991a2e28df232e) Dat 4 - [`88a29aa`](https://github.com/pelican-dev/panel/commit/88a29aab62c224a86bda3b03c2f5b2d3147df15a) Remove disabled check - [`7ecb4ed`](https://github.com/pelican-dev/panel/commit/7ecb4ede505c9dd90a392cd6eed61697e0b59434) Day 4 continued - [`1d578a7`](https://github.com/pelican-dev/panel/commit/1d578a7df20898faf8c578477e85cf49b0e949b5) Run pint - [`2570de3`](https://github.com/pelican-dev/panel/commit/2570de3f35b3ec20450871888031c21fe4e1bedf) Final changes hopefully ### 📊 Changes **207 files changed** (+1045 additions, -274 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:20:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1136