mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-25 17:25:53 +03:00
[PR #19] [MERGED] Coding Standards #52
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#52
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/19
Author: @samuelwilliams
Created: 4/8/2017
Status: ✅ Merged
Merged: 4/9/2017
Merged by: @yswery
Base:
master← Head:master📝 Commits (4)
1a240d7Code clean-up1a60730CS fix5f245ceAdded all record types to the enum.d6e82b3Added types to enum test.📊 Changes
8 files changed (+533 additions, -456 deletions)
View changed files
📝
example.php(+1 -1)📝
src/AbstractStorageProvider.php(+3 -4)📝
src/JsonStorageProvider.php(+9 -10)📝
src/RecordTypeEnum.php(+70 -10)📝
src/RecursiveProvider.php(+18 -20)📝
src/Server.php(+398 -406)📝
src/StackableResolver.php(+4 -4)📝
tests/RecordTypeEnumTest.php(+30 -1)📄 Description
I ran the PHP-CS-Fixer over the code base as well as removed some code duplication.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.