@@ -86,7 +86,9 @@ |
||
86 | 86 | |
87 | 87 | public function parseValue($value) |
88 | 88 | { |
89 | - if (is_null($value)) return null; |
|
89 | + if (is_null($value)) { |
|
90 | + return null; |
|
91 | + } |
|
90 | 92 | if($value instanceof InputObject) { |
91 | 93 | $value = $value->getValue(); |
92 | 94 | } |