We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840860d commit 286d44eCopy full SHA for 286d44e
1 file changed
build/gen_stub.php
@@ -175,7 +175,7 @@ function extractStubHash(string $arginfoFile): ?string {
175
}
176
177
$arginfoCode = file_get_contents($arginfoFile);
178
- if (!preg_match('/\* Stub hash: (\\S+)/', $arginfoCode, $matches)) {
+ if (!preg_match('/\* Stub hash: (v2_\\S+)/', $arginfoCode, $matches)) {
179
return null;
180
181
0 commit comments