[PR #47] [CLOSED] PSR2 compatibile codestyle #71

Closed
opened 2026-03-04 23:24:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/yswery/PHP-DNS-SERVER/pull/47
Author: @ivanstan
Created: 5/22/2018
Status: Closed

Base: masterHead: master


📝 Commits (3)

📊 Changes

13 files changed (+336 additions, -294 deletions)

View changed files

📝 README.md (+1 -1)
📝 dns_record.json (+7 -2)
📝 example.php (+2 -2)
📝 src/JsonResolver.php (+79 -65)
📝 src/RecordTypeEnum.php (+8 -6)
📝 src/RecursiveResolver.php (+34 -32)
📝 src/ResolverInterface.php (+1 -5)
📝 src/Server.php (+110 -97)
📝 src/StackableResolver.php (+16 -14)
📝 tests/JsonResolverTest.php (+62 -54)
📝 tests/RecordTypeEnumTest.php (+8 -8)
📝 tests/ServerTest.php (+5 -5)
📝 tests/TestServerProxy.php (+3 -3)

📄 Description

This does nothing special except Class/Methods/Variables are renamed to be PRS2 compatible


🔄 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/yswery/PHP-DNS-SERVER/pull/47 **Author:** [@ivanstan](https://github.com/ivanstan) **Created:** 5/22/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`639c547`](https://github.com/yswery/PHP-DNS-SERVER/commit/639c5479d6c9e7794143ba26b545c12b643c597a) PSR2 compatibile - [`131612b`](https://github.com/yswery/PHP-DNS-SERVER/commit/131612bcf008441f3c59313c9a05b9f5e3c82750) Bool instead of Boolean - [`34836aa`](https://github.com/yswery/PHP-DNS-SERVER/commit/34836aaa13fc45c1320079524e8da0b8ef684fb7) proof of concept for wildcard queries ### 📊 Changes **13 files changed** (+336 additions, -294 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `dns_record.json` (+7 -2) 📝 `example.php` (+2 -2) 📝 `src/JsonResolver.php` (+79 -65) 📝 `src/RecordTypeEnum.php` (+8 -6) 📝 `src/RecursiveResolver.php` (+34 -32) 📝 `src/ResolverInterface.php` (+1 -5) 📝 `src/Server.php` (+110 -97) 📝 `src/StackableResolver.php` (+16 -14) 📝 `tests/JsonResolverTest.php` (+62 -54) 📝 `tests/RecordTypeEnumTest.php` (+8 -8) 📝 `tests/ServerTest.php` (+5 -5) 📝 `tests/TestServerProxy.php` (+3 -3) </details> ### 📄 Description This does nothing special except Class/Methods/Variables are renamed to be PRS2 compatible --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 23:24:10 +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/PHP-DNS-SERVER#71
No description provided.