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 4413a70

Browse filesBrowse files
Fix cs
1 parent 92143fa commit 4413a70
Copy full SHA for 4413a70

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
* @return void
7271
*/
@@ -86,7 +85,6 @@ public function addViolation(string $message, array $params = []/* , string|fals
8685
*
8786
* @param string|\Stringable $message The error message as a string or a stringable object
8887
* @param array $parameters The parameters substituted in the error message
89-
* @param string|false|null $translationDomain The translation domain of the error message
9088
*/
9189
public function buildViolation(string $message, array $parameters = []/* , string|false|null $translationDomain = null */): ConstraintViolationBuilderInterface;
9290

0 commit comments

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