@@ -56,7 +56,6 @@ |
||
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; |
@@ -105,8 +105,8 @@ |
||
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) { |