From e135e2671fd51314104f4ece98d4c0865150aea6 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 20 Jan 2024 11:43:52 +0000 Subject: [PATCH] style --- src/Logging/TeamCity/ServiceMessage.php | 2 +- src/Repositories/TestRepository.php | 4 ++-- src/Support/HigherOrderMessageCollection.php | 2 +- src/Support/Str.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Logging/TeamCity/ServiceMessage.php b/src/Logging/TeamCity/ServiceMessage.php index ace7f40b..ca16dd80 100644 --- a/src/Logging/TeamCity/ServiceMessage.php +++ b/src/Logging/TeamCity/ServiceMessage.php @@ -63,7 +63,7 @@ final class ServiceMessage } /** - * @param int $duration in milliseconds + * @param int $duration in milliseconds */ public static function testFinished(string $name, int $duration): self { diff --git a/src/Repositories/TestRepository.php b/src/Repositories/TestRepository.php index 93fd2338..f8b789c2 100644 --- a/src/Repositories/TestRepository.php +++ b/src/Repositories/TestRepository.php @@ -30,12 +30,12 @@ final class TestRepository private array $uses = []; /** - * @var array + * @var array */ private array $testCaseFilters = []; /** - * @var array + * @var array */ private array $testCaseMethodFilters = []; diff --git a/src/Support/HigherOrderMessageCollection.php b/src/Support/HigherOrderMessageCollection.php index 8f5be734..da13a16c 100644 --- a/src/Support/HigherOrderMessageCollection.php +++ b/src/Support/HigherOrderMessageCollection.php @@ -58,7 +58,7 @@ final class HigherOrderMessageCollection /** * Count the number of messages with the given name. * - * @param string $name A higher order message name (usually a method name) + * @param string $name A higher order message name (usually a method name) */ public function count(string $name): int { diff --git a/src/Support/Str.php b/src/Support/Str.php index 16fa58fc..754749e7 100644 --- a/src/Support/Str.php +++ b/src/Support/Str.php @@ -24,7 +24,7 @@ final class Str * Create a (unsecure & non-cryptographically safe) random alpha-numeric * string value. * - * @param int $length the length of the resulting randomized string + * @param int $length the length of the resulting randomized string * * @see https://github.com/laravel/framework/blob/4.2/src/Illuminate/Support/Str.php#L240-L242 */