mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-25 17:25:53 +03:00
[PR #43] [MERGED] Resolver interface changes only #65
Labels
No labels
bug
enhancement
enhancement
hacktoberfest
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PHP-DNS-SERVER#65
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/yswery/PHP-DNS-SERVER/pull/43
Author: @ivanstan
Created: 4/15/2018
Status: ✅ Merged
Merged: 5/17/2018
Merged by: @yswery
Base:
master← Head:resolver-interface📝 Commits (1)
a192929Resolver interface changes only📊 Changes
11 files changed (+93 additions, -58 deletions)
View changed files
📝
README.md(+5 -5)📝
composer.json(+8 -2)📝
example.php(+4 -4)➖
src/AbstractStorageProvider.php(+0 -12)📝
src/JsonResolver.php(+6 -6)📝
src/RecursiveResolver.php(+4 -4)➕
src/ResolverInterface.php(+39 -0)📝
src/Server.php(+7 -5)📝
src/StackableResolver.php(+7 -7)📝
tests/JsonResolverTest.php(+11 -11)📝
tests/TestServerProxy.php(+2 -2)📄 Description
These are the changes @codenamegary probably cherry picked from my previous PR. I will create branches for future features as I go.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.