mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[PR #894] Fix PHP 8 incompatibility #1081
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#1081
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/prasathmani/tinyfilemanager/pull/894
Author: @abautu
Created: 11/26/2022
Status: 🔄 Open
Base:
master← Head:master📝 Commits (6)
f3c941aFix PHP 8 incompatibility348de71Add environmental variables for configuration5ebea63Add environmental variables for configuration36ad7f6Merge branch 'environment_configuration'1d5dc40Add environmental variables for configurationb1ca169Merge branch 'environment_configuration'📊 Changes
1 file changed (+23 additions, -2 deletions)
View changed files
📝
tinyfilemanager.php(+23 -2)📄 Description
In PHP 8, nested ternaries require explicit parentheses.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.