From 18197d15d6fadc278985a9027b5289e0c3e39c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: 2021年1月11日 10:53:59 +0100 Subject: [PATCH] Add stubs for Twig Node and Symfony ParameterBag --- extension.neon | 2 ++ stubs/Node.stub | 11 +++++++++++ stubs/ParameterBag.stub | 11 +++++++++++ 3 files changed, 24 insertions(+) create mode 100644 stubs/Node.stub create mode 100644 stubs/ParameterBag.stub diff --git a/extension.neon b/extension.neon index bc03eea3..1d8b419d 100644 --- a/extension.neon +++ b/extension.neon @@ -24,8 +24,10 @@ parameters: - stubs/FormTypeInterface.stub - stubs/FormView.stub - stubs/HeaderBag.stub + - stubs/Node.stub - stubs/NormalizableInterface.stub - stubs/NormalizerInterface.stub + - stubs/ParameterBag.stub - stubs/Process.stub - stubs/Session.stub diff --git a/stubs/Node.stub b/stubs/Node.stub new file mode 100644 index 00000000..692a0e95 --- /dev/null +++ b/stubs/Node.stub @@ -0,0 +1,11 @@ + + */ +class Node implements \IteratorAggregate +{ + +} diff --git a/stubs/ParameterBag.stub b/stubs/ParameterBag.stub new file mode 100644 index 00000000..00a40741 --- /dev/null +++ b/stubs/ParameterBag.stub @@ -0,0 +1,11 @@ + + */ +class ParameterBag implements \IteratorAggregate +{ + +}

AltStyle によって変換されたページ (->オリジナル) /