From 644c4f8fc67698377f3bede993844136766f5da0 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Thu, 29 Dec 2016 21:16:14 -0600 Subject: [PATCH] Drop strict types Dropping strict types so it is not enforced in callbacks provided by application code. --- lib/DefaultResolver.php | 2 +- lib/NoRecordException.php | 2 +- lib/Record.php | 2 +- lib/ResolutionException.php | 2 +- lib/Resolver.php | 2 +- lib/TimeoutException.php | 2 +- lib/constants.php | 2 +- lib/functions.php | 2 +- test/IntegrationTest.php | 2 +- test/ResolvConfTest.php | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/DefaultResolver.php b/lib/DefaultResolver.php index b097554..3c687a4 100644 --- a/lib/DefaultResolver.php +++ b/lib/DefaultResolver.php @@ -1,4 +1,4 @@ -