Skip to content

Commit

Permalink
Revert unique prefix generation
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Apr 10, 2018
1 parent 414497a commit d442315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compactor/PhpScoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function compact(string $file, string $contents): string
return $this->scoper->scope(
$file,
$contents,
uniqid('_HumbugBox', false),
'_HumbugBox',
$this->config->getPatchers(),
$this->config->getWhitelist()
);
Expand Down

0 comments on commit d442315

Please sign in to comment.