Skip to content

Commit

Permalink
functionMap should not be prefixed in the PHAR
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Aug 24, 2020
1 parent e96481c commit 79bae4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compiler/build/scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
require_once __DIR__ . '/../vendor/autoload.php';

$stubs = [
'../../src/Reflection/SignatureMap/functionMap.php',
'../../src/Reflection/SignatureMap/functionMap_php74delta.php',
'../../src/Reflection/SignatureMap/functionMetadata.php',
'../../resources/functionMap.php',
'../../resources/functionMap_php74delta.php',
'../../resources/functionMetadata.php',
'../../vendor/hoa/consistency/Prelude.php',
];
$stubFinder = \Isolated\Symfony\Component\Finder\Finder::create();
Expand Down

0 comments on commit 79bae4b

Please sign in to comment.