Skip to content

Commit 5e58fee

Browse files
Fix CS/WS issues
1 parent ad26215 commit 5e58fee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Runner/Filter/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
final class Factory
2525
{
2626
/**
27-
* @psalm-var array<int,array{0: \ReflectionClass, 1: array|string}>
27+
* @psalm-var array<int,array{0: ReflectionClass, 1: array|string}>
2828
*/
2929
private $filters = [];
3030

src/TextUI/XmlConfiguration/Loader.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
use PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Xml as TestDoxXml;
5151
use PHPUnit\TextUI\XmlConfiguration\Logging\Text;
5252
use PHPUnit\TextUI\XmlConfiguration\TestSuite as TestSuiteConfiguration;
53+
use PHPUnit\TextUI\XmlConfigurationTest;
5354
use PHPUnit\Util\TestDox\CliTestDoxPrinter;
5455
use PHPUnit\Util\VersionComparisonOperator;
5556
use PHPUnit\Util\Xml;
@@ -702,7 +703,7 @@ private function legacyCodeCoverage(string $filename, DOMXPath $xpath, DOMDocume
702703
* If $value is 'false' or 'true', this returns the value that $value represents.
703704
* Otherwise, returns $default, which may be a string in rare cases.
704705
*
705-
* @see \PHPUnit\TextUI\XmlConfigurationTest::testPHPConfigurationIsReadCorrectly
706+
* @see XmlConfigurationTest::testPHPConfigurationIsReadCorrectly
706707
*
707708
* @param bool|string $default
708709
*

0 commit comments

Comments
 (0)