Clemens Schwaighofer
Clemens Schwaighofer
Same here, MacBook Pro 16" with trackpad + external Magic Mouse
Even when I run it with --strict-type-cecking I only get this one warning back. I assume because it is the only one where I actually add something to an array...
Note that adding `* @phan-return array` to the phpDoc block does not fix this.
Same error for stripos when called ```php stripos('abcd', $var); ``` If I move 'abcd' into a variable and then call ```php $foo = 'abcd'; stripos($foo, $var); ``` the error does...
I second https://github.com/jfcherng/php-diff as a good and working alternative with a dev who actively maintains it and also implements new features!