1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-29 20:28:59 +01:00

Added spl_object_id polyfill to scoper whitelist (#2531)

Refs vimeo/psalm#2530
This commit is contained in:
Bruce Weirdan 2019-12-30 04:12:03 +02:00 committed by Matthew Brown
parent 508c2e268a
commit 30d4ab5d62

View File

@ -120,5 +120,6 @@ return [
'src/Psalm/Internal/CallMap.php',
'src/Psalm/Internal/Stubs/CoreGenericFunctions.php',
'src/Psalm/Internal/Stubs/CoreGenericClasses.php',
'src/spl_object_id.php',
],
];