From cd14afe11e026fa09d803061f81e4844b002768e Mon Sep 17 00:00:00 2001 From: Andreas Schamberger Date: Mon, 3 Oct 2011 21:03:46 +0200 Subject: [PATCH] fixed file header --- src/BeSimple/SoapClient/Curl.php | 4 ++-- src/BeSimple/SoapClient/Helper.php | 4 ++-- src/BeSimple/SoapClient/SoapClient.php | 4 ++-- src/BeSimple/SoapClient/WsdlDownloader.php | 4 ++-- tests/BeSimple/Tests/SoapClient/WsdlDownloaderTest.php | 7 +++++-- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/src/BeSimple/SoapClient/Curl.php b/src/BeSimple/SoapClient/Curl.php index bb2dc30..9a11c80 100644 --- a/src/BeSimple/SoapClient/Curl.php +++ b/src/BeSimple/SoapClient/Curl.php @@ -1,10 +1,10 @@ * (c) Francis Besset - * (c) Andreas Schamberger * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/BeSimple/SoapClient/Helper.php b/src/BeSimple/SoapClient/Helper.php index 9c32cb4..cc33f35 100644 --- a/src/BeSimple/SoapClient/Helper.php +++ b/src/BeSimple/SoapClient/Helper.php @@ -1,10 +1,10 @@ * (c) Francis Besset - * (c) Andreas Schamberger * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/BeSimple/SoapClient/SoapClient.php b/src/BeSimple/SoapClient/SoapClient.php index b7eacc6..d48d84a 100644 --- a/src/BeSimple/SoapClient/SoapClient.php +++ b/src/BeSimple/SoapClient/SoapClient.php @@ -1,10 +1,10 @@ * (c) Francis Besset - * (c) Andreas Schamberger * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/BeSimple/SoapClient/WsdlDownloader.php b/src/BeSimple/SoapClient/WsdlDownloader.php index d80803b..4990e12 100644 --- a/src/BeSimple/SoapClient/WsdlDownloader.php +++ b/src/BeSimple/SoapClient/WsdlDownloader.php @@ -1,10 +1,10 @@ * (c) Francis Besset - * (c) Andreas Schamberger * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/BeSimple/Tests/SoapClient/WsdlDownloaderTest.php b/tests/BeSimple/Tests/SoapClient/WsdlDownloaderTest.php index a07aa46..477bec1 100644 --- a/tests/BeSimple/Tests/SoapClient/WsdlDownloaderTest.php +++ b/tests/BeSimple/Tests/SoapClient/WsdlDownloaderTest.php @@ -1,10 +1,10 @@ * (c) Francis Besset - * (c) Andreas Schamberger * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -16,6 +16,9 @@ namespace BeSimple\SoapClient; use BeSimple\SoapClient\WsdlDownloader; +/** +* @author Andreas Schamberger +*/ class WsdlDownloaderTest extends \PHPUnit_Framework_TestCase { protected $webserverProcessId;