Skip to content

Commit 79bae4b

Browse files
committed
functionMap should not be prefixed in the PHAR
1 parent e96481c commit 79bae4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

compiler/build/scoper.inc.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
require_once __DIR__ . '/../vendor/autoload.php';
44

55
$stubs = [
6-
'../../src/Reflection/SignatureMap/functionMap.php',
7-
'../../src/Reflection/SignatureMap/functionMap_php74delta.php',
8-
'../../src/Reflection/SignatureMap/functionMetadata.php',
6+
'../../resources/functionMap.php',
7+
'../../resources/functionMap_php74delta.php',
8+
'../../resources/functionMetadata.php',
99
'../../vendor/hoa/consistency/Prelude.php',
1010
];
1111
$stubFinder = \Isolated\Symfony\Component\Finder\Finder::create();

0 commit comments

Comments
 (0)