From 30d4ab5d6236ecea6ce71e6c764d99ac05ee8439 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Mon, 30 Dec 2019 04:12:03 +0200 Subject: [PATCH] Added spl_object_id polyfill to scoper whitelist (#2531) Refs vimeo/psalm#2530 --- scoper.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/scoper.inc.php b/scoper.inc.php index a5f71b5b3..c6d60fbae 100644 --- a/scoper.inc.php +++ b/scoper.inc.php @@ -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', ], ];