@@ -22,6 +22,6 @@ |
||
22 | 22 | { |
23 | 23 | // $code must be int, otherwise this throws with Error("Wrong parameters for ReadWriteException") |
24 | 24 | // PDOException::getCode() can return a sting |
25 | - return new self($e->getMessage(), (int)$e->getCode(), $e ); |
|
25 | + return new self($e->getMessage(), (int) $e->getCode(), $e); |
|
26 | 26 | } |
27 | 27 | } |