@@ -27,7 +27,7 @@ |
||
| 27 | 27 | } else { |
| 28 | 28 | try { |
| 29 | 29 | return $this->src->{$fieldName}; |
| 30 | - } catch(Exception $e) { |
|
| 30 | + } catch (Exception $e) { |
|
| 31 | 31 | throw new RuntimeException( |
| 32 | 32 | "Can't read '$fieldName' property from DataRow", |
| 33 | 33 | 0, |