Completed
Pull Request — master (#227)
by Christopher
09:43 queued 03:59
created
src/POData/Readers/Atom/Processors/EntryProcessor.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/POData/Readers/Atom/AtomODataReader.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,6 +100,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.