Completed
Push — 2.x ( 22c03e...f17a32 )
by James
04:36
created
src/phpbrowscap/Browscap.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
     }
247 247
 
248 248
     /**
249
-     * @return mixed
249
+     * @return integer|null
250 250
      */
251 251
     public function getSourceVersion()
252 252
     {
@@ -1078,7 +1078,7 @@  discard block
 block discarded – undo
1078 1078
     /**
1079 1079
      * Parses the array to cache and writes the resulting PHP string to disk
1080 1080
      *
1081
-     * @return boolean False on write error, true otherwise
1081
+     * @return string False on write error, true otherwise
1082 1082
      */
1083 1083
     protected function _buildCache()
1084 1084
     {
@@ -1201,7 +1201,7 @@  discard block
 block discarded – undo
1201 1201
     /**
1202 1202
      * @param string $content
1203 1203
      *
1204
-     * @return mixed
1204
+     * @return string
1205 1205
      */
1206 1206
     protected function sanitizeContent($content)
1207 1207
     {
@@ -1253,7 +1253,7 @@  discard block
 block discarded – undo
1253 1253
      *
1254 1254
      * @param array $array The array to parse and convert
1255 1255
      *
1256
-     * @return boolean False on write error, true otherwise
1256
+     * @return string False on write error, true otherwise
1257 1257
      */
1258 1258
     protected function _array2string($array)
1259 1259
     {
Please login to merge, or discard this patch.