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

Commit4413a70

Browse files
Fix cs
1 parent92143fa commit4413a70

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp