Skip to content

Commit 46b4f31

Browse files
committed
CS fixes
1 parent ddcea49 commit 46b4f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ function calculateLines(array $lines)
126126

127127
function addExceptionHandler()
128128
{
129-
if (
129+
if ((
130130
!defined('PHPUNIT_COMPOSER_INSTALL') &&
131131
!defined('__PHPUNIT_PHAR__')
132-
) {
132+
)) {
133133
set_exception_handler(
134134
function ($exception) {
135135
// @codeCoverageIgnoreStart

0 commit comments

Comments
 (0)