@@ -72,7 +72,8 @@ |
||
72 | 72 | return $this; |
73 | 73 | } |
74 | 74 | |
75 | - public function addPropertyContent($propertyContent){ |
|
75 | + public function addPropertyContent($propertyContent) |
|
76 | + { |
|
76 | 77 | $this->propertyContents[] = $propertyContent; |
77 | 78 | return $this; |
78 | 79 |
@@ -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. |
@@ -202,7 +202,7 @@ |
||
202 | 202 | */ |
203 | 203 | public function setExpandResult(?ODataExpandedResult $eResult) |
204 | 204 | { |
205 | - if(null === $eResult){ |
|
205 | + if(null === $eResult) { |
|
206 | 206 | return $this; |
207 | 207 | } |
208 | 208 | if (null !== $eResult->getFeed()) { |