We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1504153 commit 857d958Copy full SHA for 857d958
extension.neon
@@ -29,6 +29,7 @@ parameters:
29
- stubs/NormalizerInterface.stub
30
- stubs/ParameterBag.stub
31
- stubs/Process.stub
32
+ - stubs/PropertyPathInterface.stub
33
- stubs/Session.stub
34
35
parametersSchema:
stubs/PropertyPathInterface.stub
@@ -0,0 +1,10 @@
1
+<?php
2
+
3
+namespace Symfony\Component\PropertyAccess;
4
5
+/**
6
+ * @extends \Traversable<int, string>
7
+ */
8
+interface PropertyPathInterface extends \Traversable
9
+{
10
+}
0 commit comments