Closed TorbenLundsgaard closed 6 years ago
I have fixed the code style and will write a test
@jsmitty12 I have no idea why the test i failing. Can you help?
Yep... I'm looking at it now
I don't know what error you're getting, but initially I got Error : Class 'dk_handler' not found
. To fix that, simply run composer dump-autoload
.
@TorbenLundsgaard Does that happen to be the error you are getting?
@jsmitty12 I fixed the problem and Travis is happy. However, there is a problem with Scrutinizer but it doesn't seem to be related to my code.
Don't worry about Scrutinizer--setting that up is still a work in progress. Thanks for your quick response today, @TorbenLundsgaard ! I'll try to get this reviewed and merged over the weekend.
Thanks for the PR--this is going to be a great addition to phpWhoIs!
I have two requests:
whois.dk.php
file to follow PSR-12? (I think simply adding braces to theif
statements on lines 25 and 45, and then moving the braces from the ends of lines 30 and 32 to the next lines will do it.)/tests
directory?Please let me know if you have any questions, and thanks again for your contribution!