@@ -64,9 +64,8 @@ interface ExecutionContextInterface
64
64
/**
65
65
* Adds a violation at the current node of the validation graph.
66
66
*
67
- * @param string|\Stringable $message The error message as a string or a stringable object
68
- * @param array $params The parameters substituted in the error message
69
- * @param string|false|null $translationDomain The translation domain of the error message
67
+ * @param string|\Stringable $message The error message as a string or a stringable object
68
+ * @param array $params The parameters substituted in the error message
70
69
*
71
70
* @return void
72
71
*/
@@ -86,7 +85,6 @@ public function addViolation(string $message, array $params = []/* , string|fals
86
85
*
87
86
* @param string|\Stringable $message The error message as a string or a stringable object
88
87
* @param array $parameters The parameters substituted in the error message
89
- * @param string|false|null $translationDomain The translation domain of the error message
90
88
*/
91
89
public function buildViolation (string $ message ,array $ parameters = []/* , string|false|null $translationDomain = null */ ):ConstraintViolationBuilderInterface ;
92
90