Test Setup Failed
Push — master ( 0a8e7c...aa7267 )
by Phan
03:42
created
app/Models/File.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
      * @param array $tags  The (selective) tags to sync (if the song exists)
190 190
      * @param bool  $force Whether to force syncing, even if the file is unchanged
191 191
      *
192
-     * @return bool|Song A Song object on success,
192
+     * @return integer A Song object on success,
193 193
      *                   true if file exists but is unmodified,
194 194
      *                   or false on an error.
195 195
      */
@@ -358,7 +358,7 @@  discard block
 block discarded – undo
358 358
      *
359 359
      * @throws \InvalidArgumentException
360 360
      *
361
-     * @return string|false The cover file's full path, or false if none found
361
+     * @return string The cover file's full path, or false if none found
362 362
      */
363 363
     private function getCoverFileUnderSameDirectory()
364 364
     {
Please login to merge, or discard this patch.
app/Services/Media.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
     /**
215 215
      * Generate a unique hash for a file path.
216 216
      *
217
-     * @param $path
217
+     * @param string $path
218 218
      *
219 219
      * @return string
220 220
      */
Please login to merge, or discard this patch.