mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-12 08:14:06 +02:00
Fix trim not being static
This commit is contained in:
@@ -395,7 +395,7 @@ class StaticStringy
|
||||
*
|
||||
* @return string Trimmed $str
|
||||
*/
|
||||
public function trim($str)
|
||||
public static function trim($str)
|
||||
{
|
||||
return trim($str);
|
||||
}
|
||||
|
Reference in New Issue
Block a user