Skip to content

Commit

Permalink
Fix CS/WS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 25, 2024
1 parent ad26215 commit 5e58fee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Runner/Filter/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
final class Factory
{
/**
* @psalm-var array<int,array{0: \ReflectionClass, 1: array|string}>
* @psalm-var array<int,array{0: ReflectionClass, 1: array|string}>
*/
private $filters = [];

Expand Down
3 changes: 2 additions & 1 deletion src/TextUI/XmlConfiguration/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
use PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Xml as TestDoxXml;
use PHPUnit\TextUI\XmlConfiguration\Logging\Text;
use PHPUnit\TextUI\XmlConfiguration\TestSuite as TestSuiteConfiguration;
use PHPUnit\TextUI\XmlConfigurationTest;
use PHPUnit\Util\TestDox\CliTestDoxPrinter;
use PHPUnit\Util\VersionComparisonOperator;
use PHPUnit\Util\Xml;
Expand Down Expand Up @@ -702,7 +703,7 @@ private function legacyCodeCoverage(string $filename, DOMXPath $xpath, DOMDocume
* If $value is 'false' or 'true', this returns the value that $value represents.
* Otherwise, returns $default, which may be a string in rare cases.
*
* @see \PHPUnit\TextUI\XmlConfigurationTest::testPHPConfigurationIsReadCorrectly
* @see XmlConfigurationTest::testPHPConfigurationIsReadCorrectly
*
* @param bool|string $default
*
Expand Down

0 comments on commit 5e58fee

Please sign in to comment.