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
You can omit delta in this case. The rename happened prior to 8.0 stable, and before 8.0 parameter names were ignored anyway. So it's safe to update Callmap_historical instead of putting this into a delta.
The
ErrorException
constructor takes a parameter calledline
, but Psalm disagrees.Source code: https://github.com/php/php-src/blob/0b524a56f5ed1fa878a7f1f402643eb0aa52b09b/Zend/zend_exceptions_arginfo.h#L51-L58
3v4l example (runs fine): https://3v4l.org/E6A1i
Psalm example (fails type checking): https://psalm.dev/r/acebce1efa
The other parameters (
message
,severity
,filename
) are all known to Psalm; onlyline
appears to be problematic.The text was updated successfully, but these errors were encountered: