@@ -52,8 +52,7 @@ |
||
52 | 52 | * Class ConnectionStatement |
53 | 53 | * @package Platine\Database |
54 | 54 | */ |
55 | -class ConnectionStatement extends PDOStatement |
|
56 | -{ |
|
55 | +class ConnectionStatement extends PDOStatement { |
|
57 | 56 | /** |
58 | 57 | * {@inheritdoc} |
59 | 58 | */ |
@@ -36,6 +36,5 @@ |
||
36 | 36 | * Class ConnectionException |
37 | 37 | * @package Platine\Database\Exception |
38 | 38 | */ |
39 | -class ConnectionException extends DatabaseException |
|
40 | -{ |
|
39 | +class ConnectionException extends DatabaseException { |
|
41 | 40 | } |
@@ -38,6 +38,5 @@ |
||
38 | 38 | * Class DatabaseException |
39 | 39 | * @package Platine\Database\Exception |
40 | 40 | */ |
41 | -class DatabaseException extends Exception |
|
42 | -{ |
|
41 | +class DatabaseException extends Exception { |
|
43 | 42 | } |
@@ -36,6 +36,5 @@ |
||
36 | 36 | * Class TransactionException |
37 | 37 | * @package Platine\Database\Exception |
38 | 38 | */ |
39 | -class TransactionException extends DatabaseException |
|
40 | -{ |
|
39 | +class TransactionException extends DatabaseException { |
|
41 | 40 | } |
@@ -36,6 +36,5 @@ |
||
36 | 36 | * Class QueryPrepareException |
37 | 37 | * @package Platine\Database\Exception |
38 | 38 | */ |
39 | -class QueryPrepareException extends DatabaseException |
|
40 | -{ |
|
39 | +class QueryPrepareException extends DatabaseException { |
|
41 | 40 | } |
@@ -36,6 +36,5 @@ |
||
36 | 36 | * Class QueryException |
37 | 37 | * @package Platine\Database\Exception |
38 | 38 | */ |
39 | -class QueryException extends DatabaseException |
|
40 | -{ |
|
39 | +class QueryException extends DatabaseException { |
|
41 | 40 | } |