mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
style
This commit is contained in:
@ -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
|
public static function testFinished(string $name, int $duration): self
|
||||||
{
|
{
|
||||||
|
|||||||
@ -30,12 +30,12 @@ final class TestRepository
|
|||||||
private array $uses = [];
|
private array $uses = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array<int, TestCaseFilter>
|
* @var array<int, TestCaseFilter>
|
||||||
*/
|
*/
|
||||||
private array $testCaseFilters = [];
|
private array $testCaseFilters = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array<int, TestCaseMethodFilter>
|
* @var array<int, TestCaseMethodFilter>
|
||||||
*/
|
*/
|
||||||
private array $testCaseMethodFilters = [];
|
private array $testCaseMethodFilters = [];
|
||||||
|
|
||||||
|
|||||||
@ -58,7 +58,7 @@ final class HigherOrderMessageCollection
|
|||||||
/**
|
/**
|
||||||
* Count the number of messages with the given name.
|
* 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
|
public function count(string $name): int
|
||||||
{
|
{
|
||||||
|
|||||||
@ -24,7 +24,7 @@ final class Str
|
|||||||
* Create a (unsecure & non-cryptographically safe) random alpha-numeric
|
* Create a (unsecure & non-cryptographically safe) random alpha-numeric
|
||||||
* string value.
|
* 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
|
* @see https://github.com/laravel/framework/blob/4.2/src/Illuminate/Support/Str.php#L240-L242
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user