Replaced CLRF by LF and cleaned files

This commit is contained in:
Francis Besset 2011-10-09 19:41:56 +02:00
parent cd2d8d90e8
commit b270a51ba5
3 changed files with 302 additions and 302 deletions

View File

@ -13,7 +13,7 @@
namespace BeSimple\SoapServer;
/**
* @author Christian Kerl
* @author Christian Kerl <christian-kerl@web.de>
*/
class SoapServer extends \SoapServer
{

View File

@ -17,7 +17,7 @@ use BeSimple\SoapServer\SoapServerBuilder;
/**
* UnitTest for \BeSimple\SoapServer\SoapServerBuilder
*
* @author Christian Kerl
* @author Christian Kerl <christian-kerl@web.de>
*/
class SoapServerBuilderTest extends \PHPUnit_Framework_TestCase
{