@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | return $res; |
26 | 26 | } |
27 | 27 | } |
28 | - } catch(Exception $e) { |
|
28 | + } catch (Exception $e) { |
|
29 | 29 | throw new RuntimeException( |
30 | 30 | "Can't read '$fieldName' as '$part' property from DataRow", |
31 | 31 | 0, |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | } else { |
40 | 40 | try { |
41 | 41 | return $this->src->{$fieldName}; |
42 | - } catch(Exception $e) { |
|
42 | + } catch (Exception $e) { |
|
43 | 43 | throw new RuntimeException( |
44 | 44 | "Can't read '$fieldName' property from DataRow", |
45 | 45 | 0, |