Skip to content

Commit 857d958

Browse files
faizanakram99ondrejmirtes
authored andcommitted
Adds stub file for PropertyPathInterface
1 parent 1504153 commit 857d958

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

extension.neon

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ parameters:
2929
- stubs/NormalizerInterface.stub
3030
- stubs/ParameterBag.stub
3131
- stubs/Process.stub
32+
- stubs/PropertyPathInterface.stub
3233
- stubs/Session.stub
3334

3435
parametersSchema:

stubs/PropertyPathInterface.stub

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)