File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 32983298 <code ><![CDATA[ ActivitySettings[]]]> </code >
32993299 </MoreSpecificReturnType >
33003300 </file >
3301- <file src =" lib/private/AllConfig.php" >
3302- <MoreSpecificImplementedParamType >
3303- <code ><![CDATA[ $key]]> </code >
3304- </MoreSpecificImplementedParamType >
3305- </file >
33063301 <file src =" lib/private/App/DependencyAnalyzer.php" >
33073302 <InvalidNullableReturnType >
33083303 <code ><![CDATA[ bool]]> </code >
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ public function getAppKeys($appName);
112112 * Writes a new app wide value
113113 *
114114 * @param string $appName the appName that we want to store the value under
115- * @param string|float|int $key the key of the value, under which will be saved
116- * @param string $value the value that should be stored
115+ * @param string $key the key of the value, under which will be saved
116+ * @param string|float|int $value the value that should be stored
117117 * @return void
118118 * @since 6.0.0
119119 * @deprecated 29.0.0 Use {@see IAppConfig} directly
You can’t perform that action at this time.
0 commit comments