summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHannes Kindströmmer <hannes@kindstrommer.se>2017-03-10 15:26:29 +0100
committerHannes Kindströmmer <hannes@kindstrommer.se>2017-03-10 15:26:29 +0100
commitf9210b1a5d92bb6b3ca43bae6d6406dc3c20886a (patch)
tree811b7f32c39e8068156e7c3900972b8e3068b18d /src
parent3ea8d6a33e16ddb163c1acae5c53896dab6e763b (diff)
downloadip1-php-sdk-f9210b1a5d92bb6b3ca43bae6d6406dc3c20886a.zip
ip1-php-sdk-f9210b1a5d92bb6b3ca43bae6d6406dc3c20886a.tar.gz
ip1-php-sdk-f9210b1a5d92bb6b3ca43bae6d6406dc3c20886a.tar.bz2
Fixed issue that was not covered by phpunit
Signed-off-by: Hannes Kindströmmer <hannes@kindstrommer.se>
Diffstat (limited to 'src')
-rw-r--r--src/Recipient/RecipientFactory.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Recipient/RecipientFactory.php b/src/Recipient/RecipientFactory.php
index 3aa647f..a255e2b 100644
--- a/src/Recipient/RecipientFactory.php
+++ b/src/Recipient/RecipientFactory.php
@@ -8,6 +8,8 @@
*/
namespace IP1\RESTClient\Recipient;
+//use IP1\RESTClient\Core\ClassValidationArray;
+
/**
* Handles construction of Recipients.
*/