From 46b4f3174b6e91d3177acb2e1d7212ba818c5c7e Mon Sep 17 00:00:00 2001 From: Scott Dutton Date: Tue, 25 Jun 2024 15:35:03 +0100 Subject: [PATCH] CS fixes --- src/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functions.php b/src/functions.php index 3882675..d9c5684 100644 --- a/src/functions.php +++ b/src/functions.php @@ -126,10 +126,10 @@ function calculateLines(array $lines) function addExceptionHandler() { - if ( + if (( !defined('PHPUNIT_COMPOSER_INSTALL') && !defined('__PHPUNIT_PHAR__') - ) { + )) { set_exception_handler( function ($exception) { // @codeCoverageIgnoreStart