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
Talk was catching it for a while but with the Psalm5 update it started complaining:
ERROR: UndefinedClass - lib/TInitialState.php:143:13 - Class, interface or enum named OC\User\NoUserException does not exist (see https://psalm.dev/019)
} catch (NoUserException $e) {
Talk was catching it for a while but with the Psalm5 update it started complaining:
server/lib/public/Files/IRootFolder.php
Line 28 in 44a8ebd
server/lib/public/Files/IRootFolder.php
Line 42 in 44a8ebd
Also extending the non public Emitter is not too good, but I'm totally fine providing a stub for that. But the OC catch I don't want to "mock".
I guess we need to make a new class, but if that extends the private one Psalm will complain again...
The text was updated successfully, but these errors were encountered: