mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 02:52:12 +02:00
lint
This commit is contained in:
@ -13,11 +13,14 @@ declare(strict_types=1);
|
||||
namespace Pest\Logging;
|
||||
|
||||
use function class_exists;
|
||||
|
||||
use DOMDocument;
|
||||
use DOMElement;
|
||||
use Exception;
|
||||
|
||||
use function get_class;
|
||||
use function method_exists;
|
||||
|
||||
use Pest\Concerns\Testable;
|
||||
use PHPUnit\Framework\AssertionFailedError;
|
||||
use PHPUnit\Framework\ExceptionWrapper;
|
||||
@ -32,9 +35,12 @@ use PHPUnit\Util\Printer;
|
||||
use PHPUnit\Util\Xml;
|
||||
use ReflectionClass;
|
||||
use ReflectionException;
|
||||
|
||||
use function sprintf;
|
||||
use function str_replace;
|
||||
|
||||
use Throwable;
|
||||
|
||||
use function trim;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user