[PR #1793] [MERGED] Fix An Exception #5896

Closed
opened 2026-02-05 10:19:48 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1793
Author: @abublihi
Created: 11/20/2019
Status: Merged
Merged: 12/27/2019
Merged by: @ssddanbrown

Base: masterHead: master


📝 Commits (1)

  • 23a716a Fix "Declaration of Middleware\TrustProxies::handle should be compatible with Fideloper\Proxy\TrustProxies::handle"

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 app/Http/Middleware/TrustProxies.php (+1 -1)

📄 Description

Fix an exception error

ErrorException
Declaration of BookStack\Http\Middleware\TrustProxies::handle($request, Closure $next) should be compatible with Fideloper\Proxy\TrustProxies::handle(Illuminate\Http\Request $request, Closure $next) 

🔄 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/BookStackApp/BookStack/pull/1793 **Author:** [@abublihi](https://github.com/abublihi) **Created:** 11/20/2019 **Status:** ✅ Merged **Merged:** 12/27/2019 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`23a716a`](https://github.com/BookStackApp/BookStack/commit/23a716a3ac82acb33c40d4f9d0ff233a2b7bb687) Fix "Declaration of Middleware\TrustProxies::handle should be compatible with Fideloper\Proxy\TrustProxies::handle" ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Middleware/TrustProxies.php` (+1 -1) </details> ### 📄 Description Fix an exception error ``` ErrorException Declaration of BookStack\Http\Middleware\TrustProxies::handle($request, Closure $next) should be compatible with Fideloper\Proxy\TrustProxies::handle(Illuminate\Http\Request $request, Closure $next) ``` --- <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-05 10:19:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5896