Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jun 28, 2019
1 parent 7358519 commit 48389e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Internal/AsyncTestSetNameTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

if ((new \ReflectionMethod(TestCase::class, 'setName'))->hasReturnType()) {
/**
* PHPUnit 7+
* PHPUnit 7+.
*
* @internal
*/
Expand All @@ -26,7 +26,7 @@ final public function setName(string $name): void
}
} else {
/**
* PHPUnit 6
* PHPUnit 6.
*
* @internal
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Internal/AsyncTestSetUpTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

if ((new \ReflectionMethod(TestCase::class, 'setUp'))->hasReturnType()) {
/**
* PHPUnit 8+
* PHPUnit 8+.
*
* @internal
*/
Expand All @@ -25,7 +25,7 @@ protected function setUp(): void
}
} else {
/**
* PHPUnit 6 or 7
* PHPUnit 6 or 7.
*
* @internal
*/
Expand Down

0 comments on commit 48389e0

Please sign in to comment.