Skip to content

Commit 48389e0

Browse files
committed
Fix code style
1 parent 7358519 commit 48389e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Internal/AsyncTestSetNameTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
if ((new \ReflectionMethod(TestCase::class, 'setName'))->hasReturnType()) {
88
/**
9-
* PHPUnit 7+
9+
* PHPUnit 7+.
1010
*
1111
* @internal
1212
*/
@@ -26,7 +26,7 @@ final public function setName(string $name): void
2626
}
2727
} else {
2828
/**
29-
* PHPUnit 6
29+
* PHPUnit 6.
3030
*
3131
* @internal
3232
*/

src/Internal/AsyncTestSetUpTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
if ((new \ReflectionMethod(TestCase::class, 'setUp'))->hasReturnType()) {
99
/**
10-
* PHPUnit 8+
10+
* PHPUnit 8+.
1111
*
1212
* @internal
1313
*/
@@ -25,7 +25,7 @@ protected function setUp(): void
2525
}
2626
} else {
2727
/**
28-
* PHPUnit 6 or 7
28+
* PHPUnit 6 or 7.
2929
*
3030
* @internal
3131
*/

0 commit comments

Comments
 (0)