mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-14 01:04:06 +02:00
Merge pull request #63 from vlakoff/docblock
Proper Stringy\create() description
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
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 string $encoding The character encoding
|
||||
|
Reference in New Issue
Block a user