@@ -9,11 +9,11 @@ |
||
| 9 | 9 | */ |
| 10 | 10 | class ODataLink |
| 11 | 11 | { |
| 12 | - /** |
|
| 13 | - * Name of the link. This becomes last segment of rel attribute value. |
|
| 14 | - * |
|
| 15 | - * @var string |
|
| 16 | - */ |
|
| 12 | + /** |
|
| 13 | + * Name of the link. This becomes last segment of rel attribute value. |
|
| 14 | + * |
|
| 15 | + * @var string |
|
| 16 | + */ |
|
| 17 | 17 | private $name; |
| 18 | 18 | /** |
| 19 | 19 | * Title of the link. This become value of title attribute. |
@@ -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; |