From 6dd718195c731be21506564b15c74c472173d743 Mon Sep 17 00:00:00 2001 From: smiley Date: Sat, 25 May 2024 16:53:53 +0200 Subject: [PATCH] :sparkles: --- src/GWDatReader.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/GWDatReader.php b/src/GWDatReader.php index 73b5dbc..2ab6a0a 100644 --- a/src/GWDatReader.php +++ b/src/GWDatReader.php @@ -90,8 +90,6 @@ final class GWDatReader{ /** * GWDatReader constructor. - * - * @param string $GWpath */ public function __construct(string $GWDat){ $this->gwdat = realpath($GWDat); @@ -113,7 +111,7 @@ public function __construct(string $GWDat){ } /** - * @return void + * */ public function __destruct(){ if(is_resource($this->fh)){ @@ -123,7 +121,6 @@ public function __destruct(){ /** * @todo - * */ public function read(){ $this->readMFT();