mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 17:27:22 +01:00
style: apply Rector changes
This commit is contained in:
@ -9,6 +9,7 @@ use Pest\Expectation;
|
||||
use Pest\Support\ExceptionTrace;
|
||||
use Pest\TestSuite;
|
||||
use PHPUnit\Util\Test;
|
||||
use Throwable;
|
||||
|
||||
/**
|
||||
* To avoid inheritance conflicts, all the fields related
|
||||
@ -143,7 +144,7 @@ trait TestCase
|
||||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @throws \Throwable
|
||||
* @throws Throwable
|
||||
*/
|
||||
public function __test()
|
||||
{
|
||||
@ -153,7 +154,7 @@ trait TestCase
|
||||
/**
|
||||
* @return mixed
|
||||
*
|
||||
* @throws \Throwable
|
||||
* @throws Throwable
|
||||
*/
|
||||
private function __callClosure(Closure $closure, array $arguments)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user