1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-13 16:53:59 +02:00

Add missing space

This commit is contained in:
Lucas Michot
2015-01-12 02:38:52 +01:00
parent 8b834482df
commit 571dc93d1e

View File

@@ -815,7 +815,7 @@ class StaticStringy
public static function replace($str, $search, $replacement, $encoding = null)
{
return (string) Stringy::create($str, $encoding)
->replace($search,$replacement);
->replace($search, $replacement);
}
/**