Completed
Push — master ( 3eee98...c33fd2 )
by arto
11:53 queued 01:26
created
source/Net/Bazzline/Component/Csv/Reader/Reader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      * (PHP 5 &gt;= 5.0.0)<br/>
101 101
      * Return the key of the current element
102 102
      * @link http://php.net/manual/en/iterator.key.php
103
-     * @return mixed scalar on success, or null on failure.
103
+     * @return integer scalar on success, or null on failure.
104 104
      */
105 105
     public function key()
106 106
     {
Please login to merge, or discard this patch.
source/Net/Bazzline/Component/Csv/Writer/WriterForPhp5Dot3.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 
20 20
     /**
21 21
      * @param mixed|array $data
22
-     * @return false|int
22
+     * @return integer
23 23
      */
24 24
     public function writeOne($data)
25 25
     {
Please login to merge, or discard this patch.