Test With Legacy bundle

This commit is contained in:
Ghislain Loaec
2018-04-06 10:12:08 +02:00
parent 9312e4af6a
commit ae746087e6
15 changed files with 183 additions and 201 deletions

View File

@ -11,11 +11,11 @@
namespace BeSimple\SoapBundle\Util;
/**
* StringUtility provides utility methods for strings.
* String provides utility methods for strings.
*
* @author Christian Kerl <christian-kerl@web.de>
*/
class StringUtility
class String
{
/**
* Checks if a string starts with a given string.