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:
@@ -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')
|
||||||
|
Reference in New Issue
Block a user