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 6a5681c commit 5a26b97Copy full SHA for 5a26b97
Test/ConstraintValidatorTestCase.php
@@ -227,7 +227,6 @@ class ConstraintViolationAssertion
227
private $parameters = array();
228
private $invalidValue = 'InvalidValue';
229
private $propertyPath = 'property.path';
230
- private $translationDomain;
231
private $plural;
232
private $code;
233
private $constraint;
@@ -264,7 +263,7 @@ public function setParameters(array $parameters)
264
263
265
public function setTranslationDomain($translationDomain)
266
{
267
- $this->translationDomain = $translationDomain;
+ // no-op for BC
268
269
return $this;
270
}
0 commit comments