Skip to content

Commit bdeedb4

Browse files
committed
Fix patch
1 parent 1c2fe76 commit bdeedb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/build/scoper.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function (string $filePath, string $prefix, string $content): string {
241241
return $content;
242242
}
243243

244-
return str_replace('#[\\JetBrains\\PhpStorm\\Language(\'RegExp\')] ', '', $content);
244+
return str_replace('#[Language(\'RegExp\')] ', '', $content);
245245
},
246246
function (string $filePath, string $prefix, string $content): string {
247247
if ($filePath !== 'vendor/fidry/cpu-core-counter/src/Finder/WindowsRegistryLogicalFinder.php') {

0 commit comments

Comments
 (0)