Skip to content

Commit 2a98285

Browse files
Fix CS/WS issues
1 parent 9e42003 commit 2a98285

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
@@ -86,7 +86,7 @@ public static function tearDownAfterClass(): void
8686
$_SERVER['f'],
8787
$_FILES['g'],
8888
$_REQUEST['h'],
89-
$GLOBALS['i']
89+
$GLOBALS['i'],
9090
);
9191
}
9292

0 commit comments

Comments
 (0)