Commit b8aad1e
committed
Add PHPStan false positive to baseline
PHPStan now looks closely at the types passed into my_convert_encoding
and tries to model its behavior based on the parameter types passed in.
See phpstan/phpstan#13064
and phpstan/phpstan-src#4010
We'd rather keep our code as-is (adhering to the [PHP documentation for
mb_convert_encoding](https://www.php.net/manual/en/function.mb-convert-encoding.php))
than thinking about the complex possible behavior.1 parent 4095130 commit b8aad1e
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments