boesing / psalm-plugin-stringf

Psalm plugin to provide more details for `sprintf`, `printf`, `sscanf` and `fscanf` functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`sscanf` is not properly handled

boesing opened this issue · comments

$value = '1day';
[$period,$periodType] = sscanf($value, '%d%s')