Passed
Push — master ( 5fda7a...160783 )
by George
03:22
created
src/Base.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
      * @access protected
152 152
      * @static
153 153
      *
154
-     * @return true on success.
154
+     * @return boolean on success.
155 155
      */
156 156
     protected static function setCsvHeaderColumns()
157 157
     {
Please login to merge, or discard this patch.
src/Analyse/PrimaryKey.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
     /**
160 160
      * Check whether the current hash has already been created for this file.
161 161
      *
162
-     * @return  boolean|int False if this row's primary key hash is unique
162
+     * @return  integer False if this row's primary key hash is unique
163 163
      *                      or the number of the row with the same hash if it's not.
164 164
      */
165 165
     private function isHashUnique()
Please login to merge, or discard this patch.