mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2025-01-22 13:21:22 +01:00
fix typo (#25)
This commit is contained in:
parent
f009542535
commit
735912f3bf
@ -7,7 +7,7 @@ namespace Psl\Str\Byte;
|
||||
/**
|
||||
* Return information about words used in a string.
|
||||
*
|
||||
* @param string|null $charlist A list of additional characters which will be considered as 'word'
|
||||
* @param string|null $characters_list A list of additional characters which will be considered as 'word'
|
||||
*
|
||||
* @return array<int, string> an associative array, where the key is the numeric position of
|
||||
* the word inside the string and the value is the actual word itself
|
||||
|
Loading…
x
Reference in New Issue
Block a user