10000 Fix cs · symfony/symfony@c3595b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit c3595b7

Browse files
Fix cs
1 parent 8a25f63 commit c3595b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines 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