Completed
Push — master ( 49d50b...c2310d )
by Maxime
11s
created
src/Distilleries/Expendable/Exports/BaseExport.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
32 32
         $this->setRange($data);
33 33
     }
34 34
 
35
+    /**
36
+     * @param string $fileName
37
+     */
35 38
     public function export($fileName)
36 39
     {
37 40
         return $this->download($fileName);
Please login to merge, or discard this patch.
src/Distilleries/Expendable/Imports/BaseImport.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,6 +20,9 @@
 block discarded – undo
20 20
         $this->setModel($model);
21 21
     }
22 22
 
23
+    /**
24
+     * @param string $filepath
25
+     */
23 26
     public function importFromFile($filepath)
24 27
     {
25 28
         return $this->import($filepath);
Please login to merge, or discard this patch.