Completed
Push — master ( 7fc3e1...d9b76d )
by Sam
12s queued 10s
created
src/protected/models/AddSettingMigration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 	/**
26 26
 	 * Adds the setting with its default value to the settings table. Nothing 
27 27
 	 * is done if the setting already exists.
28
-	 * @return type
28
+	 * @return boolean|null
29 29
 	 */
30 30
 	public function up()
31 31
 	{
Please login to merge, or discard this patch.
src/protected/models/VideoLibrary.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -306,7 +306,7 @@
 block discarded – undo
306 306
 	/**
307 307
 	 * Parses potential stack:// files into an array of "normal" VFS URLs
308 308
 	 * @param string $file a VFS URL (potentially stack://)
309
-	 * @return array list of files
309
+	 * @return string[] list of files
310 310
 	 */
311 311
 	private static function parseStackedFile($file)
312 312
 	{
Please login to merge, or discard this patch.