Skip to content

Commit b0df96a

Browse files
committed
Use more consistent code backticks in docblock
1 parent 5a60a70 commit b0df96a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/phpunit/includes/abstract-testcase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,8 +1195,8 @@ public function assertQueryTrue( ...$prop ) {
11951195
* @param string $actual The actual HTML.
11961196
* @param string|null $fragment_context Optional. The fragment context, for example "<td>" expected HTML
11971197
* must occur within "<table><tr>" fragment context. Default "<body>".
1198-
* Only `<body>` or `null` are supported at this time.
1199-
* Set to null to parse a full HTML document.
1198+
* Only "<body>" or `null` are supported at this time.
1199+
* Set to `null` to parse a full HTML document.
12001200
* @param string|null $message Optional. The assertion error message.
12011201
*/
12021202
public function assertEqualMarkup( string $expected, string $actual, ?string $fragment_context = '<body>', $message = 'HTML markup was not equivalent.' ): void {

0 commit comments

Comments
 (0)