Completed
Pull Request — master (#3531)
by Julius
15:36
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 removed lines patch added patch discarded remove patch
@@ -125,8 +125,6 @@
 block discarded – undo
125 125
 
126 126
 	/**
127 127
 	 * Check if the variables file has changed
128
-	 * @param string $fileNameCSS
129
-	 * @param ISimpleFolder $folder
130 128
 	 * @return bool
131 129
 	 */
132 130
 	private function variablesChanged() {
Please login to merge, or discard this patch.