Skip to content

Commit

Permalink
[BUGFIX] Avoid superfluous restoring of stream wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ohader committed Oct 18, 2018
1 parent 3ee32f0 commit b3cbcfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PharStreamWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ private function invokeInternalStreamWrapper(string $functionName, ...$arguments
$this->registerStreamWrapper();
}

$this->registerStreamWrapper();
return $result;
}

Expand Down

0 comments on commit b3cbcfd

Please sign in to comment.