diff --git a/stubs/Drupal/Core/Form/FormBuilderInterface.stub b/stubs/Drupal/Core/Form/FormBuilderInterface.stub new file mode 100644 index 00000000..bd2cb949 --- /dev/null +++ b/stubs/Drupal/Core/Form/FormBuilderInterface.stub @@ -0,0 +1,12 @@ + + */ + public function getForm(string $form_arg, mixed ...$args): array; + +}