Completed
Pull Request — master (#148)
by
unknown
02:44
created
src/ObjectDataRow.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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,
Please login to merge, or discard this patch.