You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`finfo`, despite being lowercase, is a class
grepping for "all the return typehints in `generated/`", it appears that this and `stdClass` are the only lowercase classes:
```
sl grep '^function' | cut -d: -f3 | sort | uniq
```
[generator] Remove redundant phpstan overrides
These overrides were added to manually replace `resource` with `CurlHandle` -- but we now automatically prefer objects over resources