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
It causes the error: PHP Fatal error: Uncaught Error: Call to a member function getOrElse() on null. Probably Nothing::flatMap should return an instance of Nothing instead of null.
The text was updated successfully, but these errors were encountered:
Consider the following code:
It causes the error:
PHP Fatal error: Uncaught Error: Call to a member function getOrElse() on null
. ProbablyNothing::flatMap
should return an instance ofNothing
instead ofnull
.The text was updated successfully, but these errors were encountered: