Composer updates
This commit is contained in:
+9
@@ -45,4 +45,13 @@ namespace {
|
||||
{
|
||||
public function __construct() {}
|
||||
}
|
||||
|
||||
/**
|
||||
* @psalm-pure
|
||||
* @param positive-int $length
|
||||
* @return list<non-empty-string>
|
||||
*
|
||||
* @psalm-flow ($string) -> return
|
||||
*/
|
||||
function str_split(string $string, int $length = 1) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user