@@ -102,7 +102,7 @@ |
||
102 | 102 | break; |
103 | 103 | case strtolower(ODataConstants::ATOM_LINK_ELEMENT_NAME): |
104 | 104 | $this->handleLink($this->subProcessor->getObjetModelObject()); |
105 | - $this->subProcessor = null; |
|
105 | + $this->subProcessor = null; |
|
106 | 106 | break; |
107 | 107 | case strtolower(ODataConstants::ATOM_CATEGORY_ELEMENT_NAME): |
108 | 108 | $this->oDataEntry->type = $this->objectModelSubNode; |
@@ -100,6 +100,6 @@ |
||
100 | 100 | |
101 | 101 | public function canHandle(\POData\Common\Version $responseVersion, $contentType) |
102 | 102 | { |
103 | - return MimeTypes::MIME_APPLICATION_ATOM == $contentType || MimeTypes::MIME_APPLICATION_XML === $contentType; |
|
103 | + return MimeTypes::MIME_APPLICATION_ATOM == $contentType || MimeTypes::MIME_APPLICATION_XML === $contentType; |
|
104 | 104 | } |
105 | 105 | } |
106 | 106 | \ No newline at end of file |