1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-20 03:51:21 +02:00

Proper Stringy\create() description

This commit is contained in:
vlakoff
2015-01-06 00:10:39 +01:00
parent f3d32c79b0
commit 26444e4429

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