chore: fixes coding style issues

This commit is contained in:
Nuno Maduro
2022-11-09 21:08:19 +00:00
parent acd6bb2234
commit bb56d32643
6 changed files with 17 additions and 19 deletions

View File

@ -9,6 +9,9 @@ use Pest\Support\ChainableClosure;
use Pest\Support\ExceptionTrace;
use Pest\TestSuite;
use PHPUnit\Framework\ExecutionOrderDependency;
use function sprintf;
use Throwable;
/**
@ -257,7 +260,7 @@ trait Testable
*/
public function toString(): string
{
return \sprintf(
return sprintf(
'%s::%s',
self::$__filename,
$this->__description