We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96481c commit 79bae4bCopy full SHA for 79bae4b
1 file changed
compiler/build/scoper.inc.php
@@ -3,9 +3,9 @@
3
require_once __DIR__ . '/../vendor/autoload.php';
4
5
$stubs = [
6
- '../../src/Reflection/SignatureMap/functionMap.php',
7
- '../../src/Reflection/SignatureMap/functionMap_php74delta.php',
8
- '../../src/Reflection/SignatureMap/functionMetadata.php',
+ '../../resources/functionMap.php',
+ '../../resources/functionMap_php74delta.php',
+ '../../resources/functionMetadata.php',
9
'../../vendor/hoa/consistency/Prelude.php',
10
];
11
$stubFinder = \Isolated\Symfony\Component\Finder\Finder::create();
0 commit comments