Skip to content

Commit 166d71a

Browse files
committed
[Validator] Removed unused property
1 parent 90c27bb commit 166d71a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Symfony/Component/Validator/Context/ExecutionContext.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@ class ExecutionContext implements ExecutionContextInterface
106106
*/
107107
private $validatedConstraints = array();
108108

109-
/**
110-
* Stores which property constraint has been validated for which property.
111-
*
112-
* @var array
113-
*/
114-
private $validatedPropertyConstraints = array();
115-
116109
/**
117110
* Creates a new execution context.
118111
*

0 commit comments

Comments
 (0)