From 49a7405a2a1869c2798fc7d17955f6e073b70a30 Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Sun, 20 Dec 2015 13:19:29 -0800 Subject: [PATCH] Remove package annotation from #105 --- src/StaticStringy.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/StaticStringy.php b/src/StaticStringy.php index 392ee94..3ae58e9 100644 --- a/src/StaticStringy.php +++ b/src/StaticStringy.php @@ -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 {