Skip to content

Commit 2b767d4

Browse files
authored
[PhpUnitBridge] Fix missing brackets
1 parent 5d338c1 commit 2b767d4

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)