1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-05 04:47:33 +02:00

Update alignment in phpdocs

This commit is contained in:
Daniel St. Jules
2017-03-13 23:10:57 -04:00
parent 5c50a58bb8
commit 3708b6ba90

View File

@@ -1851,7 +1851,7 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess
* For example, German will map 'ä' to 'ae', while other languages * For example, German will map 'ä' to 'ae', while other languages
* will simply return 'a'. * will simply return 'a'.
* *
* param string $language Language of the source string * @param string $language Language of the source string
* @return array An array of replacements. * @return array An array of replacements.
*/ */
protected static function langSpecificCharsArray($language = 'en') protected static function langSpecificCharsArray($language = 'en')