Completed
Push — master ( da3b44...325c46 )
by Maxence
02:02
created
lib/Model/PlatformWrapper.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,6 @@
 block discarded – undo
56 56
 	 * Provider constructor.
57 57
 	 *
58 58
 	 * @param string $appId
59
-	 * @param IFullTextSearchPlatform $platform
60 59
 	 */
61 60
 	public function __construct($appId, $class) {
62 61
 		$this->appId = $appId;
Please login to merge, or discard this patch.
lib/Service/ConfigService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,8 +105,8 @@
 block discarded – undo
105 105
 	/**
106 106
 	 * Get a version of an app
107 107
 	 *
108
-	 * @param string $key
109 108
 	 *
109
+	 * @param string $appId
110 110
 	 * @return string
111 111
 	 */
112 112
 	public function getAppVersion($appId) {
Please login to merge, or discard this patch.