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
The classes were not referenced and thus the PHPDoc not valid as pointed out by PHPStorm and Phan when running on @nextcloud:
```
apps/files_external/lib/Lib/Storage/Swift.php:387 PhanUndeclaredClassMethod Call to method get from undeclared class \OpenCloud\ObjectStore\Resource\Client
```
Signed-off-by: Lukas Reschke <[email protected]>
0 commit comments