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 44e9d00 commit dbcbf05Copy full SHA for dbcbf05
src/TextUI/Configuration/Cli/Configuration.php
@@ -1773,7 +1773,7 @@ public function teamcityLogfile(): string
1773
}
1774
1775
/**
1776
- * @phpstan-assert-if-true !null $this->teamcityPrinter
+ * @phpstan-assert-if-true !null $this->teamCityPrinter
1777
*/
1778
public function hasTeamCityPrinter(): bool
1779
{
@@ -1915,7 +1915,7 @@ public function testSuite(): string
1915
1916
1917
1918
- * @phpstan-assert-if-true !null $this->excludedTestSuite
+ * @phpstan-assert-if-true !null $this->excludeTestSuite
1919
1920
public function hasExcludedTestSuite(): bool
1921
0 commit comments