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/Server.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,6 @@
 block discarded – undo
95 95
 use OC\Tagging\TagMapper;
96 96
 use OC\Template\SCSSCacher;
97 97
 use OCA\Theming\ThemingDefaults;
98
-
99 98
 use OCP\App\IAppManager;
100 99
 use OCA\Theming\Util;
101 100
 use OCP\Federation\ICloudIdManager;
Please login to merge, or discard this patch.
lib/private/Template/SCSSCacher.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 use Leafo\ScssPhp\Exception\ParserException;
26 26
 use Leafo\ScssPhp\Formatter\Crunched;
27 27
 use Leafo\ScssPhp\Formatter\Expanded;
28
-
29 28
 use OC\Files\AppData\Factory;
30 29
 use OCP\Files\IAppData;
31 30
 use OCP\Files\NotFoundException;
Please login to merge, or discard this patch.