Skip to content

Commit 76b96cc

Browse files
committed
docs(IConfig): fix wrong doc block type for $key on setAppValue
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 53eb788 commit 76b96cc

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

build/psalm-baseline.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3298,11 +3298,6 @@
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>

lib/public/IConfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)