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 97949ea

Browse filesBrowse files
committed
Remove internal from ConstraintViolationAssertion
1 parent 350674e commit 97949ea
Copy full SHA for 97949ea

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,7 @@ protected function buildViolation($message)
293293
abstract protected function createValidator();
294294
}
295295

296-
/**
297-
* @internal
298-
*/
299-
class ConstraintViolationAssertion
296+
final class ConstraintViolationAssertion
300297
{
301298
/**
302299
* @var ExecutionContextInterface
@@ -317,6 +314,9 @@ class ConstraintViolationAssertion
317314
private $constraint;
318315
private $cause;
319316

317+
/**
318+
* @internal
319+
*/
320320
public function __construct(ExecutionContextInterface $context, string $message, Constraint $constraint = null, array $assertions = [])
321321
{
322322
$this->context = $context;

0 commit comments

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