Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitc3595b7

Browse files
Fix cs
1 parent8a25f63 commitc3595b7

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
publicfunctionaddViolation(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
publicfunctionbuildViolation(string$message,array$parameters = []/* , string|false|null $translationDomain = null */):ConstraintViolationBuilderInterface;
9088

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp