[PR #288] [CLOSED] Address PHP 8.x Deprecation Warnings in mews/pos Interface #286

Closed
opened 2026-03-03 15:44:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mewebstudio/pos/pull/288
Author: @engbz
Created: 12/15/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 26e4e76 Address PHP 8.x Deprecation Warnings in mews/pos Interface

📊 Changes

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

View changed files

📝 src/PosInterface.php (+2 -2)

📄 Description

Corrected method signatures in PosInterface and related classes by adding explicit nullable types (e.g., ?string) to parameters with default null values. This ensures compatibility with modern PHP versions (8.1+)


🔄 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/mewebstudio/pos/pull/288 **Author:** [@engbz](https://github.com/engbz) **Created:** 12/15/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`26e4e76`](https://github.com/mewebstudio/pos/commit/26e4e76d5dd131fb5713491f04cfc72db43c804c) Address PHP 8.x Deprecation Warnings in mews/pos Interface ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/PosInterface.php` (+2 -2) </details> ### 📄 Description Corrected method signatures in PosInterface and related classes by adding explicit nullable types (e.g., ?string) to parameters with default null values. This ensures compatibility with modern PHP versions (8.1+) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:44:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pos#286
No description provided.