Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
exussum12 committed Jun 25, 2024
1 parent ddcea49 commit 46b4f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46b4f31

Please sign in to comment.