mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore: adjust version in doc block
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
1925b2ea0a
commit
1d4ee16f7a
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ class Util {
|
|||
* This is used to ensure that the global state is initialized before all other scripts.
|
||||
*
|
||||
* @param string $name - The script name
|
||||
* @since 34.0.0
|
||||
* @since 32.0.9
|
||||
*/
|
||||
private static function scriptOrderValue(string $name): int {
|
||||
return match($name) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue