[PR #804] [MERGED] Update phpstan to latest #978

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/804
Author: @lancepioch
Created: 12/9/2024
Status: Merged
Merged: 1/16/2025
Merged by: @lancepioch

Base: mainHead: lance/rules


📝 Commits (10+)

📊 Changes

56 files changed (+566 additions, -1324 deletions)

View changed files

.github/docker/default.conf (+0 -75)
.github/docker/default_ssl.conf (+0 -70)
.github/docker/www.conf (+0 -16)
📝 app/Console/Commands/Schedule/ProcessRunnableCommand.php (+6 -8)
📝 app/Console/Commands/Server/BulkPowerActionCommand.php (+10 -18)
📝 app/Console/Commands/UpgradeCommand.php (+0 -4)
app/Eloquent/BackupQueryBuilder.php (+24 -0)
📝 app/Enums/EditorLanguages.php (+1 -1)
📝 app/Exceptions/Handler.php (+14 -12)
📝 app/Extensions/Filesystem/S3Filesystem.php (+0 -23)
📝 app/Filament/Admin/Resources/UserResource/Pages/EditUser.php (+2 -1)
📝 app/Filament/Admin/Resources/UserResource/RelationManagers/ServersRelationManager.php (+1 -1)
📝 app/Filament/Components/Actions/ImportEggAction.php (+0 -2)
📝 app/Filament/Components/Tables/Actions/ImportEggAction.php (+0 -2)
📝 app/Filament/Components/Tables/Columns/DateTimeColumn.php (+1 -1)
📝 app/Filament/Pages/Auth/EditProfile.php (+24 -32)
📝 app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php (+1 -2)
📝 app/Filament/Server/Resources/FileResource/Pages/ListFiles.php (+3 -6)
📝 app/Filament/Server/Widgets/ServerConsole.php (+13 -4)
📝 app/Http/Controllers/Api/Client/AccountController.php (+2 -2)

...and 36 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/804 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 12/9/2024 **Status:** ✅ Merged **Merged:** 1/16/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `lance/rules` --- ### 📝 Commits (10+) - [`a9852e5`](https://github.com/pelican-dev/panel/commit/a9852e565091d3bd032efe895c64ebeeffafe056) Fix these - [`d9386fd`](https://github.com/pelican-dev/panel/commit/d9386fdf035dd61db90f5340547dc0bbce7df40b) Update phpstan - [`3811156`](https://github.com/pelican-dev/panel/commit/3811156a306555adb45d381c608d91837dc16a22) Transform these into their identifiers instead - [`1515116`](https://github.com/pelican-dev/panel/commit/1515116b4f1d15a3ea3bb4f977add1672bccc2ea) Fix custom rule - [`23148da`](https://github.com/pelican-dev/panel/commit/23148daf9838b1366f3d2457ca7de50543830957) License is wrong - [`6adf8e1`](https://github.com/pelican-dev/panel/commit/6adf8e1ca0e8708791bdab358ff862d1c20a9710) Update these - [`a1a9b12`](https://github.com/pelican-dev/panel/commit/a1a9b123be338cf2029c16d0c69ce08009cabf70) Pint fixes - [`9d672bd`](https://github.com/pelican-dev/panel/commit/9d672bda1bb08f34143d6755da0b071bcaf3e8f1) Fix this - [`c1e4eed`](https://github.com/pelican-dev/panel/commit/c1e4eedb0ae5c262ad0efe30002452140e309616) Consolidate these - [`6f82c30`](https://github.com/pelican-dev/panel/commit/6f82c305ed064a0c0a2f5fe73d513b5a60f55dee) Never supported PHP 7 ### 📊 Changes **56 files changed** (+566 additions, -1324 deletions) <details> <summary>View changed files</summary> ➖ `.github/docker/default.conf` (+0 -75) ➖ `.github/docker/default_ssl.conf` (+0 -70) ➖ `.github/docker/www.conf` (+0 -16) 📝 `app/Console/Commands/Schedule/ProcessRunnableCommand.php` (+6 -8) 📝 `app/Console/Commands/Server/BulkPowerActionCommand.php` (+10 -18) 📝 `app/Console/Commands/UpgradeCommand.php` (+0 -4) ➕ `app/Eloquent/BackupQueryBuilder.php` (+24 -0) 📝 `app/Enums/EditorLanguages.php` (+1 -1) 📝 `app/Exceptions/Handler.php` (+14 -12) 📝 `app/Extensions/Filesystem/S3Filesystem.php` (+0 -23) 📝 `app/Filament/Admin/Resources/UserResource/Pages/EditUser.php` (+2 -1) 📝 `app/Filament/Admin/Resources/UserResource/RelationManagers/ServersRelationManager.php` (+1 -1) 📝 `app/Filament/Components/Actions/ImportEggAction.php` (+0 -2) 📝 `app/Filament/Components/Tables/Actions/ImportEggAction.php` (+0 -2) 📝 `app/Filament/Components/Tables/Columns/DateTimeColumn.php` (+1 -1) 📝 `app/Filament/Pages/Auth/EditProfile.php` (+24 -32) 📝 `app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php` (+1 -2) 📝 `app/Filament/Server/Resources/FileResource/Pages/ListFiles.php` (+3 -6) 📝 `app/Filament/Server/Widgets/ServerConsole.php` (+13 -4) 📝 `app/Http/Controllers/Api/Client/AccountController.php` (+2 -2) _...and 36 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:07:23 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#978