Alexander Zhuravlev

Results 9 issues of Alexander Zhuravlev

https://psalm.dev/r/1c49ff9da6 True result on non-empty $needle should lead to asserting the $haystack as non-empty-string. Probably `str_*_with()` functions should be extracted from ClassMap and introduced into stub files. That's just my...

enhancement
Help wanted

https://psalm.dev/r/e235e0df38 L21 and L24 shows the issue for list and array. L23 shows another issue — there is something wrong with reconcilliation

bug
type reconciliation

The issue is spotted on L22. But the most interesting magic happen if assertable method called twice — reconciliation works in this case (L29)! Such behavior advises me that fix...

bug
docblock assertions
templates

Here is one of the latest commits: https://github.com/Roave/SecurityAdvisories/commit/3c621b023ec96ba669e5510067b5d4fe4a1f51e0 1. The latest CVE is https://github.com/FriendsOfPHP/security-advisories/blob/master/dompdf/dompdf/CVE-2023-50262.yaml which has a constraint `

Suggest to add something like php built-in [mysqli->multi_query](http://php.net/manual/en/mysqli.multi-query.php) function. Current implementation of DB class can't to handle sql with definition mysql triggers/stored routne with delimiter change because method query() execute...

Feature
Pending

Hopefully merge issue has happened but the package deleted in #158 mystically reverted back: https://github.com/florianv/exchanger/commit/09183c7a5a77b8d4a58f7cbf706903f7a136e571#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34R36 cc @florianv

https://psalm.dev/r/29c4fb185d The trace on L9 should say `stdClass`

## Describe the bug Looks like white background getting transformed to «transparent» ## Code Example Repro: https://github.com/SCIF/repro-intervention ```bash make test ``` Inspect `images/` folder. There are two options of the...