| @@ -62,7 +62,7 @@ discard block | ||
| 62 | 62 | * | 
| 63 | 63 | * @return ODataPropertyContent | 
| 64 | 64 | */ | 
| 65 | - public function writeTopLevelComplexObject(&$complexValue, $propertyName, ResourceType &$resourceType); | |
| 65 | + public function writeTopLevelComplexObject(&$complexValue, $propertyName, ResourceType & $resourceType); | |
| 66 | 66 | |
| 67 | 67 | /** | 
| 68 | 68 | * Write top level bag resource. | 
| @@ -76,7 +76,7 @@ discard block | ||
| 76 | 76 | * | 
| 77 | 77 | * @return ODataPropertyContent | 
| 78 | 78 | */ | 
| 79 | - public function writeTopLevelBagObject(&$BagValue, $propertyName, ResourceType &$resourceType); | |
| 79 | + public function writeTopLevelBagObject(&$BagValue, $propertyName, ResourceType & $resourceType); | |
| 80 | 80 | |
| 81 | 81 | /** | 
| 82 | 82 | * Write top level primitive value. | 
| @@ -90,7 +90,7 @@ discard block | ||
| 90 | 90 | * | 
| 91 | 91 | * @return ODataPropertyContent | 
| 92 | 92 | */ | 
| 93 | - public function writeTopLevelPrimitive(&$primitiveValue, ResourceProperty &$resourceProperty = null); | |
| 93 | + public function writeTopLevelPrimitive(&$primitiveValue, ResourceProperty & $resourceProperty = null); | |
| 94 | 94 | |
| 95 | 95 | /** | 
| 96 | 96 | * Gets reference to the request submitted by client. |