[PR #366] [MERGED] Cleanup unused vars #714

Closed
opened 2026-02-04 18:45:13 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/366
Author: @rmartinoscar
Created: 6/11/2024
Status: Merged
Merged: 6/11/2024
Merged by: @lancepioch

Base: mainHead: cleanup


📝 Commits (2)

📊 Changes

5 files changed (+5 additions, -5 deletions)

View changed files

📝 app/Exceptions/Handler.php (+1 -1)
📝 app/Filament/Resources/EggResource/RelationManagers/ServersRelationManager.php (+1 -1)
📝 app/Filament/Resources/NodeResource/RelationManagers/NodesRelationManager.php (+1 -1)
📝 app/Filament/Resources/ServerResource/Pages/ListServers.php (+1 -1)
📝 app/Filament/Resources/UserResource/RelationManagers/ServersRelationManager.php (+1 -1)

📄 Description

Removed unused $state

Unsure if ->map(fn ($exception) => $e->getTrace()) should be changed to
->map(fn ($exception) => $exception->getTrace()) or
->map(fn () => $e->getTrace())


🔄 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/366 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 6/11/2024 **Status:** ✅ Merged **Merged:** 6/11/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `cleanup` --- ### 📝 Commits (2) - [`a077285`](https://github.com/pelican-dev/panel/commit/a0772857b622098958ca3208ce4e938199189eae) Cleanup - [`12db74c`](https://github.com/pelican-dev/panel/commit/12db74c19bfc608064c374d00d42ea3a8303fab4) Update app/Exceptions/Handler.php ### 📊 Changes **5 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `app/Exceptions/Handler.php` (+1 -1) 📝 `app/Filament/Resources/EggResource/RelationManagers/ServersRelationManager.php` (+1 -1) 📝 `app/Filament/Resources/NodeResource/RelationManagers/NodesRelationManager.php` (+1 -1) 📝 `app/Filament/Resources/ServerResource/Pages/ListServers.php` (+1 -1) 📝 `app/Filament/Resources/UserResource/RelationManagers/ServersRelationManager.php` (+1 -1) </details> ### 📄 Description Removed unused $state Unsure if `->map(fn ($exception) => $e->getTrace())` should be changed to `->map(fn ($exception) => $exception->getTrace())` or `->map(fn () => $e->getTrace())` --- <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 18:45:13 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#714