@@ -189,7 +189,7 @@ |
||
189 | 189 | if (!$this->isExpanded) { |
190 | 190 | return null; |
191 | 191 | } |
192 | - if($this->expandedResult === null){ |
|
192 | + if($this->expandedResult === null) { |
|
193 | 193 | return null; |
194 | 194 | } |
195 | 195 | return $this->expandedResult; |