Fix formatting in `FormFieldValidator` example
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 11 Apr 2023 09:10:13 +0000 (11:10 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2023 09:10:13 +0000 (11:10 +0200)
docs/php/api/form_builder/validation_data.md

index ac4f2e84a98fcf33b4a6dae883708825bac3162b..e3543e700779ca4e418c990b4f6a9931e51e5c25 100644 (file)
@@ -55,7 +55,7 @@ $container->appendChildren([
                                );
                        }
                })),
-       ]);
+]);
 ```