Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 0 deletions
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‎

Lines changed: 10 additions & 0 deletions
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)

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