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
{{ message }}
This repository was archived by the owner on Jul 9, 2019. It is now read-only.
The prototype of the constructor set the variable
$accountto null by default.But in the code, it calls the method
getPasswordof the account with no verification of the existence of$account.So when we give
$account = null, we have an error :