We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f7721 commit 2a02160Copy full SHA for 2a02160
CoverageListener.php
@@ -26,7 +26,7 @@ class CoverageListener implements TestListener
26
private $sutFqcnResolver;
27
private $warningOnSutNotFound;
28
29
- public function __construct(callable $sutFqcnResolver = null, bool $warningOnSutNotFound = false)
+ public function __construct(?callable $sutFqcnResolver = null, bool $warningOnSutNotFound = false)
30
{
31
$this->sutFqcnResolver = $sutFqcnResolver ?? static function (Test $test): ?string {
32
$class = \get_class($test);
0 commit comments