Suppress last psalm error until upstream fix is released and included

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/35943/head
Côme Chilliet 3 years ago
parent b843d09810
commit a7740c0ae6
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
  1. 1
      lib/private/Files/Storage/Wrapper/EncodingDirectoryWrapper.php

@ -31,6 +31,7 @@ use OC\Files\Filesystem;
*/
class EncodingDirectoryWrapper extends DirectoryWrapper {
/**
* @psalm-suppress ImplementedReturnTypeMismatch Until return type is fixed upstream
* @return string|false
*/
public function dir_readdir() {

Loading…
Cancel
Save