mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-25 17:25:53 +03:00
[PR #97] [MERGED] Update PHP-CS-Fixer configuration #100
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#100
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/97
Author: @samuelwilliams
Created: 3/5/2020
Status: ✅ Merged
Merged: 3/5/2020
Merged by: @samuelwilliams
Base:
master← Head:master📝 Commits (2)
185c9b8Permit "superfluous" PHPDoc tags.88aa273Require PHP-CS-Fixer in dev.📊 Changes
16 files changed (+41 additions, -38 deletions)
View changed files
📝
.php_cs.dist(+15 -5)📝
composer.json(+2 -1)📝
src/Event/QueryReceiveEvent.php(+1 -1)📝
src/Event/Subscriber/EchoLogger.php(+1 -1)📝
src/RdataDecoder.php(+1 -3)📝
src/RdataEncoder.php(+1 -3)📝
src/Resolver/AbstractResolver.php(+2 -4)📝
src/Resolver/SystemResolver.php(+3 -5)📝
src/Resolver/XmlResolver.php(+1 -1)📝
src/Server.php(+4 -4)📝
tests/DecoderTest.php(+2 -2)📝
tests/DummyResolver.php(+1 -1)📝
tests/EncoderTest.php(+2 -2)📝
tests/Resolver/JsonResolverTest.php(+1 -1)📝
tests/Resolver/YamlResolverTest.php(+1 -1)📝
tests/ServerTest.php(+3 -3)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.