Skip to content

Commit 3fbfc21

Browse files
committed
minor #11904 [PhpUnitBridge] Fix missing brackets (ro0NL)
This PR was merged into the 3.4 branch. Discussion ---------- [PhpUnitBridge] Fix missing brackets <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 2b767d4 [PhpUnitBridge] Fix missing brackets
2 parents 5d338c1 + 2b767d4 commit 3fbfc21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/phpunit_bridge.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ constraint to test the validity of the email domain::
440440
$result = $validator->validate('[email protected]', $constraint);
441441

442442
// ...
443+
}
443444
}
444445

445446
In order to avoid making a real network connection, add the ``@dns-sensitive``
@@ -464,6 +465,7 @@ the data you expect to get for the given hosts::
464465
$result = $validator->validate('[email protected]', $constraint);
465466

466467
// ...
468+
}
467469
}
468470

469471
The ``withMockedHosts()`` method configuration is defined as an array. The keys

0 commit comments

Comments
 (0)