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

Appearance settings

Commit 25987d1

Browse filesBrowse files
Fix cs
1 parent cda2e40 commit 25987d1
Copy full SHA for 25987d1

File tree

1 file changed

+2
-4
lines changed
Filter options

1 file changed

+2
-4
lines changed

‎src/Symfony/Component/Validator/Context/ExecutionContextInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Context/ExecutionContextInterface.php
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ interface ExecutionContextInterface
6464
/**
6565
* Adds a violation at the current node of the validation graph.
6666
*
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
7069
*/
7170
public function addViolation(string $message, array $params = []/* , string|false|null $translationDomain = null */);
7271

@@ -84,7 +83,6 @@ public function addViolation(string $message, array $params = []/* , string|fals
8483
*
8584
* @param string|\Stringable $message The error message as a string or a stringable object
8685
* @param array $parameters The parameters substituted in the error message
87-
* @param string|false|null $translationDomain The translation domain of the error message
8886
*/
8987
public function buildViolation(string $message, array $parameters = []/* , string|false|null $translationDomain = null */): ConstraintViolationBuilderInterface;
9088

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.