mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Added spl_object_id polyfill to scoper whitelist (#2531)
Refs vimeo/psalm#2530
This commit is contained in:
parent
508c2e268a
commit
30d4ab5d62
@ -120,5 +120,6 @@ return [
|
|||||||
'src/Psalm/Internal/CallMap.php',
|
'src/Psalm/Internal/CallMap.php',
|
||||||
'src/Psalm/Internal/Stubs/CoreGenericFunctions.php',
|
'src/Psalm/Internal/Stubs/CoreGenericFunctions.php',
|
||||||
'src/Psalm/Internal/Stubs/CoreGenericClasses.php',
|
'src/Psalm/Internal/Stubs/CoreGenericClasses.php',
|
||||||
|
'src/spl_object_id.php',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user