Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed May 25, 2024
1 parent 83b7236 commit 6dd7181
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/GWDatReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ final class GWDatReader{

/**
* GWDatReader constructor.
*
* @param string $GWpath
*/
public function __construct(string $GWDat){
$this->gwdat = realpath($GWDat);
Expand All @@ -113,7 +111,7 @@ public function __construct(string $GWDat){
}

/**
* @return void
*
*/
public function __destruct(){
if(is_resource($this->fh)){
Expand All @@ -123,7 +121,6 @@ public function __destruct(){

/**
* @todo
*
*/
public function read(){
$this->readMFT();
Expand Down

0 comments on commit 6dd7181

Please sign in to comment.