mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
chore: adjust version in doc block
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
478ae957af
commit
1dc5215215
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 33.0.3
|
||||
*/
|
||||
private static function scriptOrderValue(string $name): int {
|
||||
return match($name) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue