From 8182d515fbe58e0397f13c4d7d3540a14c52331e Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 4 Apr 2024 09:30:53 +0200 Subject: [PATCH] Tweak whitespace --- build/config/php-scoper.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/config/php-scoper.php b/build/config/php-scoper.php index 14609a8e054..99d637c7a40 100644 --- a/build/config/php-scoper.php +++ b/build/config/php-scoper.php @@ -13,9 +13,11 @@ 'PHPUnit', 'Prophecy' ], + 'expose-classes' => [ '/^PHP_Token.*$/' ], + 'expose-constants' => [ '/^__PHPUNIT_.+$/' ],