1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-16 02:04:09 +02:00

Merge pull request #63 from vlakoff/docblock

Proper Stringy\create() description
This commit is contained in:
Daniel St. Jules
2015-01-05 16:37:27 -08:00

View File

@@ -3,7 +3,7 @@
namespace Stringy; namespace Stringy;
/** /**
* Invokes Stringy::create and returns the generated Stringy object on success. * Creates a Stringy object and returns it on success.
* *
* @param mixed $str Value to modify, after being cast to string * @param mixed $str Value to modify, after being cast to string
* @param string $encoding The character encoding * @param string $encoding The character encoding