From 98a916957cda0434acaea8a7ef3b58a2d4c1d8f2 Mon Sep 17 00:00:00 2001 From: Andreas Schamberger Date: Sun, 16 Oct 2011 17:18:35 +0200 Subject: [PATCH] fix file header --- src/BeSimple/SoapClient/Curl.php | 2 -- src/BeSimple/SoapClient/Helper.php | 2 -- src/BeSimple/SoapClient/SoapClient.php | 2 -- src/BeSimple/SoapClient/WsdlDownloader.php | 2 -- tests/BeSimple/Tests/SoapClient/WsdlDownloaderTest.php | 2 -- 5 files changed, 10 deletions(-) diff --git a/src/BeSimple/SoapClient/Curl.php b/src/BeSimple/SoapClient/Curl.php index 9a11c80..c128ae4 100644 --- a/src/BeSimple/SoapClient/Curl.php +++ b/src/BeSimple/SoapClient/Curl.php @@ -8,8 +8,6 @@ * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. - * - * @link https://github.com/BeSimple/BeSimpleSoapClient */ namespace BeSimple\SoapClient; diff --git a/src/BeSimple/SoapClient/Helper.php b/src/BeSimple/SoapClient/Helper.php index cc33f35..89edeba 100644 --- a/src/BeSimple/SoapClient/Helper.php +++ b/src/BeSimple/SoapClient/Helper.php @@ -8,8 +8,6 @@ * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. - * - * @link https://github.com/BeSimple/BeSimpleSoapClient */ namespace BeSimple\SoapClient; diff --git a/src/BeSimple/SoapClient/SoapClient.php b/src/BeSimple/SoapClient/SoapClient.php index d48d84a..65b584d 100644 --- a/src/BeSimple/SoapClient/SoapClient.php +++ b/src/BeSimple/SoapClient/SoapClient.php @@ -8,8 +8,6 @@ * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. - * - * @link https://github.com/BeSimple/BeSimpleSoapClient */ namespace BeSimple\SoapClient; diff --git a/src/BeSimple/SoapClient/WsdlDownloader.php b/src/BeSimple/SoapClient/WsdlDownloader.php index 4990e12..8ccf889 100644 --- a/src/BeSimple/SoapClient/WsdlDownloader.php +++ b/src/BeSimple/SoapClient/WsdlDownloader.php @@ -8,8 +8,6 @@ * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. - * - * @link https://github.com/BeSimple/BeSimpleSoapClient */ namespace BeSimple\SoapClient; diff --git a/tests/BeSimple/Tests/SoapClient/WsdlDownloaderTest.php b/tests/BeSimple/Tests/SoapClient/WsdlDownloaderTest.php index 477bec1..fc006ae 100644 --- a/tests/BeSimple/Tests/SoapClient/WsdlDownloaderTest.php +++ b/tests/BeSimple/Tests/SoapClient/WsdlDownloaderTest.php @@ -8,8 +8,6 @@ * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. - * - * @link https://github.com/BeSimple/BeSimpleSoapClient */ namespace BeSimple\SoapClient;