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
However, this is not reflecting the truth, as $b here is just documented as nullable, but must be specified, whereas in reality it's optional. The stub should therefore be
Given a function like this:
The generated stub looks like this:
However, this is not reflecting the truth, as
$b
here is just documented as nullable, but must be specified, whereas in reality it's optional. The stub should therefore beThe text was updated successfully, but these errors were encountered: