Skip to content

Commit b8453ea

Browse files
committed
minor #18369 [PHPUnitBridge] Fix missing backtick (alexandre-daubois)
This PR was merged into the 6.2 branch. Discussion ---------- [PHPUnitBridge] Fix missing backtick Commits ------- 67b3c69 [PhpUnitBridge] Fix missing backtick
2 parents 39c56c5 + 67b3c69 commit b8453ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ Clock Mocking
530530

531531
The :class:`Symfony\\Bridge\\PhpUnit\\ClockMock` class provided by this bridge
532532
allows you to mock the PHP's built-in time functions ``time()``, ``microtime()``,
533-
``sleep()``, ``usleep()``, ``gmdate()``, and ``hrtime()`. Additionally the
533+
``sleep()``, ``usleep()``, ``gmdate()``, and ``hrtime()``. Additionally the
534534
function ``date()`` is mocked so it uses the mocked time if no timestamp is
535535
specified.
536536

0 commit comments

Comments
 (0)