Remove the forgotten unreachable statement

This commit is contained in:
Liam Demafelix 2021-05-29 15:57:01 +08:00 committed by GitHub
parent 3d311b985d
commit 9d021e1260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ abstract class Wrapper extends WrapperHandler implements File, Directory {
// Silently return true if source is not a resource
return true;
return fclose($this->source);
}
public function dir_readdir() {