Skip to content

Commit 1fecfc9

Browse files
dreammonkeygithub-actions[bot]
authored andcommitted
Fix styling
1 parent 355acab commit 1fecfc9

4 files changed

+4
-12
lines changed

src/Exceptions/ColumnDoesNotExistException.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44

55
use Exception;
66

7-
class ColumnDoesNotExistException extends Exception
8-
{
9-
}
7+
class ColumnDoesNotExistException extends Exception {}

src/Exceptions/MultipleTablesSuppliedException.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44

55
use Exception;
66

7-
class MultipleTablesSuppliedException extends Exception
8-
{
9-
}
7+
class MultipleTablesSuppliedException extends Exception {}

src/Exceptions/TableDoesNotExistException.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44

55
use Exception;
66

7-
class TableDoesNotExistException extends Exception
8-
{
9-
}
7+
class TableDoesNotExistException extends Exception {}

src/Exceptions/UnsupportedDbDriverException.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44

55
use Exception;
66

7-
class UnsupportedDbDriverException extends Exception
8-
{
9-
}
7+
class UnsupportedDbDriverException extends Exception {}

0 commit comments

Comments
 (0)