We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337587e commit ace7c78Copy full SHA for ace7c78
src/Event/Emitter/DispatchingEmitter.php
@@ -11,6 +11,7 @@
11
12
use function assert;
13
use function memory_reset_peak_usage;
14
+use function preg_match;
15
use PHPUnit\Event\Code\ClassMethod;
16
use PHPUnit\Event\Code\ComparisonFailure;
17
use PHPUnit\Event\Code\IssueTrigger\IssueTrigger;
src/Metadata/IgnorePhpunitWarnings.php
@@ -9,8 +9,6 @@
9
*/
10
namespace PHPUnit\Metadata;
-use function preg_match;
-
/**
* @immutable
*
0 commit comments