@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | } |
49 | 49 | |
50 | 50 | if (is_array($relations)) { |
51 | - if(is_null(current($relations))){ |
|
51 | + if (is_null(current($relations))) { |
|
52 | 52 | $this->value = null; |
53 | 53 | } |
54 | 54 | else if (is_string(current($relations))) { |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | } |
71 | 71 | |
72 | 72 | if (is_array($relations)) { |
73 | - if(is_null(current($relations))){ |
|
73 | + if (is_null(current($relations))) { |
|
74 | 74 | $this->original = null; |
75 | 75 | } |
76 | 76 | else if (is_string(current($relations))) { |