From b6328f270fd26ff03ff83bfd03d8855f4f18e546 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Wed, 24 Feb 2016 23:23:54 -0500 Subject: [PATCH] chore(travis): fix namespacing issues --- .gitignore | 1 - src/Unirest.php | 1 + tests/Unirest/BodyTest.php | 2 +- tests/Unirest/RequestTest.php | 2 +- tests/Unirest/ResponseTest.php | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3a25e7b..dd198a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .DS_Store -.idea build composer.lock composer.phar diff --git a/src/Unirest.php b/src/Unirest.php index d18fef9..17c72b8 100644 --- a/src/Unirest.php +++ b/src/Unirest.php @@ -1,5 +1,6 @@