mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #339] [MERGED] PHPStan workflow + PHPStan fixes #701
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/339
Author: @DjordyKoert
Created: 6/6/2024
Status: ✅ Merged
Merged: 6/11/2024
Merged by: @lancepioch
Base:
main← Head:phpstan📝 Commits (8)
d2181f1add PHPStan to workflow4090c66PHPStan fixes57bd617Remove unused importcc7bdedBump to PHP 8.3bdf8776rename Lint job to Pint473d558Merge branch 'refs/heads/main' into phpstanb6f2842pint372e27eApply suggestions from code review📊 Changes
15 files changed (+67 additions, -40 deletions)
View changed files
📝
.github/workflows/lint.yaml(+26 -3)📝
app/Filament/Resources/EggResource/Pages/ListEggs.php(+0 -1)📝
app/Filament/Resources/NodeResource/Pages/EditNode.php(+5 -4)📝
app/Filament/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php(+5 -2)📝
app/Filament/Resources/ServerResource/Pages/CreateServer.php(+2 -2)📝
app/Filament/Resources/ServerResource/Pages/EditServer.php(+8 -6)📝
app/Filament/Resources/ServerResource/Pages/ListServers.php(+1 -7)📝
app/Filament/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php(+6 -2)📝
app/Http/Controllers/Api/Application/Servers/ServerManagementController.php(+4 -4)📝
app/Http/Requests/Api/Application/Mounts/UpdateMountRequest.php(+2 -3)📝
app/Models/Allocation.php(+2 -1)📝
app/Models/Server.php(+1 -1)📝
app/Repositories/Daemon/DaemonServerRepository.php(+3 -3)📝
app/Transformers/Api/Client/ActivityLogTransformer.php(+1 -1)📝
composer.json(+1 -0)📄 Description
I noticed that PHPStan was available but not actually being used.
This PR contains a few changes & fixes, namely:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.