mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 09:45:54 +03:00
[PR #47] [CLOSED] PSR2 compatibile codestyle #71
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#71
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/47
Author: @ivanstan
Created: 5/22/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
639c547PSR2 compatibile131612bBool instead of Boolean34836aaproof of concept for wildcard queries📊 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.