Completed
Pull Request — master (#3531)
by Julius
41:42 queued 16:38
created
apps/theming/lib/ThemingDefaults.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 	 * @param IL10N $l
61 61
 	 * @param IURLGenerator $urlGenerator
62 62
 	 * @param \OC_Defaults $defaults
63
-	 * @param IRootFolder $appData
63
+	 * @param IAppData $appData
64 64
 	 * @param ICacheFactory $cacheFactory
65 65
 	 * @param Util $util
66 66
 	 */
Please login to merge, or discard this patch.
lib/private/Template/SCSSCacher.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,8 +114,8 @@
 block discarded – undo
114 114
 	}
115 115
 
116 116
 	/**
117
-	 * @param $appName
118
-	 * @param $fileName
117
+	 * @param string $appName
118
+	 * @param string $fileName
119 119
 	 * @return ISimpleFile
120 120
 	 */
121 121
 	public function getCachedCSS($appName, $fileName) {
Please login to merge, or discard this patch.