Skip to content

Commit

Permalink
fix extra space typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gert committed Apr 16, 2015
1 parent 93aee7f commit b287153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion File/src/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public function unlock()
$this->locked = null;
}
fclose($this->handle);
$this-> handle = null;
$this->handle = null;
}

/**
Expand Down

0 comments on commit b287153

Please sign in to comment.