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
This creates issues when running static analyzers like phpstan on the code, which erroneously reports the following error when running new MongoDB\BSON\UTCDateTime():
Class MongoDB\BSON\UTCDateTime constructor invoked with 0 parameters, 1 required.