Skip to content

Commit 6207808

Browse files
authored
Merge pull request #82 from Yoast/JRF/cs-minor-tweaks
CS: minor tweaks
2 parents 24ebd6a + acf7b81 commit 6207808

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BrainMonkey/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public static function makeDoubleForUnavailableClass( $class_name ) {
198198
*
199199
* @see TestCase::makeDoubleForUnavailableClass()
200200
*
201-
* @param string[] $class_names List of class names to be "faked".
201+
* @param array<string> $class_names List of class names to be "faked".
202202
*
203203
* @return void
204204
*/

src/BrainMonkey/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*
4040
* @see TestCase::makeDoubleForUnavailableClass()
4141
*
42-
* @param string[] $class_names List of class names to be "faked".
42+
* @param array<string> $class_names List of class names to be "faked".
4343
*
4444
* @return void
4545
*/

0 commit comments

Comments
 (0)