Skip to content

Commit 0a2e028

Browse files
Fix CS/WS issues
1 parent ad3b9d6 commit 0a2e028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Framework/TestCaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static function tearDownAfterClass(): void
8989
$_SERVER['f'],
9090
$_FILES['g'],
9191
$_REQUEST['h'],
92-
$GLOBALS['i']
92+
$GLOBALS['i'],
9393
);
9494
}
9595

0 commit comments

Comments
 (0)