Build/Test Tools: Fix docblocks in a couple of test files to use two asterisks.

Props mahnewr, rudlinkon,kraftbj, audrasjb, mukesh27.
Fixes #60513.

git-svn-id: https://develop.svn.wordpress.org/trunk@57665 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Pascal Birchler
2024-02-20 12:40:57 +00:00
parent 5f37cb1fc7
commit fb8745d440
2 changed files with 2 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ function strip_ws( $txt ) {
return trim( implode( "\n", $result ) );
}
/*
/**
* Helper class for testing code that involves actions and filters.
*
* Typical use: