Completed
Pull Request — master (#112)
by Stefan
09:51 queued 05:46
created
src/Entity/COD.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -30,11 +30,11 @@
 block discarded – undo
30 30
         }
31 31
     }
32 32
 
33
-     /**
34
-     * @param null|DOMDocument $document
35
-     *
36
-     * @return DOMElement
37
-     */
33
+        /**
34
+         * @param null|DOMDocument $document
35
+         *
36
+         * @return DOMElement
37
+         */
38 38
     public function toNode(DOMDocument $document = null)
39 39
     {
40 40
         if (null === $document) {
Please login to merge, or discard this patch.