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

Remove package annotation from #105

This commit is contained in:
Daniel St. Jules
2015-12-20 13:19:29 -08:00
parent 63109ce85c
commit 49a7405a2a

View File

@@ -82,8 +82,6 @@ namespace Stringy;
* @method static string underscored(string $str, string $encoding = null)
* @method static string upperCamelize(string $str, string $encoding = null)
* @method static string upperCaseFirst(string $str, string $encoding = null)
*
* @package Stringy
*/
class StaticStringy
{