From 16ba672d848a52e26aa730bf420616cdbfffe897 Mon Sep 17 00:00:00 2001 From: Dennis Kraffczyk Date: Mon, 7 Sep 2026 13:30:57 +0200 Subject: [PATCH] Fix documentation of `SortOrderFormField` [skip ci] --- docs/php/api/form_builder/form_fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/php/api/form_builder/form_fields.md b/docs/php/api/form_builder/form_fields.md index 7e58873d8..cb46264a9 100644 --- a/docs/php/api/form_builder/form_fields.md +++ b/docs/php/api/form_builder/form_fields.md @@ -204,7 +204,7 @@ If the field is nullable and the current form field value is considered `empty` ### `SortOrderFormField` -`SingleSelectionFormField` is a [single selection form field](#singleselectionformfield) with default id `sortOrder`, default label `wcf.global.showOrder` and default options `ASC: wcf.global.sortOrder.ascending` and `DESC: wcf.global.sortOrder.descending`. +`SortOrderFormField` is a [single selection form field](#singleselectionformfield) with default id `sortOrder`, default label `wcf.global.showOrder` and default options `ASC: wcf.global.sortOrder.ascending` and `DESC: wcf.global.sortOrder.descending`. ### `TextFormField`