Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 8e64831

Browse files
committed
CS fix
1 parent 732e61b commit 8e64831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Helper/Assert.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
use function implode;
1717
use function sprintf;
1818

19-
class Assert {
20-
19+
class Assert
20+
{
2121
public static function expectedExceptions(callable $function, array $exceptions) : void
2222
{
2323
$caught = false;

0 commit comments

Comments
 (0)