Passed
Push — master ( b8980d...d8c943 )
by Tobias
02:28
created
src/WrkLst/DocxMustache/DocxMustache.php 1 patch
Doc Comments   +10 added lines patch added patch discarded remove patch
@@ -101,6 +101,9 @@  discard block
 block discarded – undo
101 101
             ->extractTo($this->storagePath($this->local_path), array($file), \Chumper\Zipper\Zipper::WHITELIST);
102 102
     }
103 103
 
104
+    /**
105
+     * @param string $file
106
+     */
104 107
     protected function ReadOpenXmlFile($file, $type="file")
105 108
     {
106 109
         $this->exctractOpenXmlFile($file);
@@ -126,6 +129,10 @@  discard block
 block discarded – undo
126 129
         }
127 130
     }
128 131
 
132
+    /**
133
+     * @param string $file
134
+     * @param string|false $folder
135
+     */
129 136
     protected function saveOpenXmlFile($file, $folder, $content)
130 137
     {
131 138
         \Storage::disk($this->storageDisk)
@@ -193,6 +200,9 @@  discard block
 block discarded – undo
193 200
         }
194 201
     }
195 202
 
203
+    /**
204
+     * @param \SimpleXMLElement $main_file
205
+     */
196 206
     protected function FetchReplaceableImages(&$main_file, $ns)
197 207
     {
198 208
         //set up basic arrays to keep track of imgs
Please login to merge, or discard this patch.