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 8c2eefe

Browse files
Add stub for ConstraintViolationListInterface
1 parent 2f2e8a3 commit 8c2eefe

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

‎extension.neon‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ parameters:
66
stubFiles:
77
- stubs/ChoiceLoaderInterface.stub
88
- stubs/Constraint.stub
9+
- stubs/ConstraintViolationInterface.stub
10+
- stubs/ConstraintViolationListInterface.stub
911
- stubs/ContainerBuilder.stub
1012
- stubs/ContextAwareDecoderInterface.stub
1113
- stubs/ContextAwareDenormalizerInterface.stub
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace Symfony\Component\Validator;
4+
5+
interface ConstraintViolationInterface
6+
{
7+
}
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\Validator;
4+
5+
/**
6+
* @extends \Traversable<int, ConstraintViolationInterface>
7+
*/
8+
interface ConstraintViolationListInterface extends \Traversable
9+
{
10+
}

0 commit comments

Comments
(0)

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