Completed
Branch master (c3f4e5)
by Marko
02:33
created
src/Core/Helpers/MetaTags.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      * @param \DOMDocument $aframe_dom            
72 72
      * @param \DOMElement $head            
73 73
      */
74
-    public function DOMAppendTags(\DOMDocument &$aframe_dom, \DOMElement &$head)
74
+    public function DOMAppendTags(\DOMDocument&$aframe_dom, \DOMElement&$head)
75 75
     {
76 76
         /* meta charset */
77 77
         $charset = $aframe_dom->createElement('meta');
Please login to merge, or discard this patch.