Passed
Push — master ( 70a891...5569dc )
by Stefan
01:45
created
SKien/XLogger/XMLLogger.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
      */
143 143
     protected function openLogfile() : void
144 144
     {
145
-        if (!$this->xmlDoc ||  !$this->xmlRoot) {
145
+        if (!$this->xmlDoc || !$this->xmlRoot) {
146 146
             $strFullPath = $this->getFullpath();
147 147
             if (!file_exists($strFullPath)) {
148 148
                 $this->createLogfile();
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
      * @param \DOMElement $oParent
198 198
      * @return \DOMElement
199 199
      */
200
-    public function addChildToDoc(string $strName, string $strValue='', \DOMElement $oParent=null) : ?\DOMElement
200
+    public function addChildToDoc(string $strName, string $strValue = '', \DOMElement $oParent = null) : ?\DOMElement
201 201
     {
202 202
         $oChild = null;
203 203
         if ($this->xmlDoc) {
Please login to merge, or discard this patch.