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 によって変換されたページ (->オリジナル) /