Test Failed
Branch dev (68f9a2)
by Andy
02:31
created
src/AbstractCsv.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @return mixed
45
+     * @return string
46 46
      */
47 47
     public function getFile()
48 48
     {
Please login to merge, or discard this patch.
src/Cell/Cell.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
         $this->setFormatter($formatter);
17 17
     }
18 18
 
19
+    /**
20
+     * @return string
21
+     */
19 22
     public function getRawValue()
20 23
     {
21 24
         return $this->value;
Please login to merge, or discard this patch.
src/Downloader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     }
27 27
 
28 28
     /**
29
-     * @param mixed $filename
29
+     * @param string $filename
30 30
      *
31 31
      * @return Downloader
32 32
      */
Please login to merge, or discard this patch.