Skip to content

Commit c5f5e3c

Browse files
committed
Apply fixes from StyleCI
1 parent 01b1450 commit c5f5e3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Foundation/FoundationExceptionsHandlerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,8 @@ public function testAssertNoExceptionIsThrown()
588588
}
589589

590590
try {
591-
$this->assertDoesntThrow(function () { });
591+
$this->assertDoesntThrow(function () {
592+
});
592593

593594
$testFailed = false;
594595
} catch (AssertionFailedError) {

0 commit comments

Comments
 (0)