Skip to content

Commit dbcbf05

Browse files
staabmsebastianbergmann
authored andcommitted
fix typos in @phpstan-assert
1 parent 44e9d00 commit dbcbf05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TextUI/Configuration/Cli/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,7 @@ public function teamcityLogfile(): string
17731773
}
17741774

17751775
/**
1776-
* @phpstan-assert-if-true !null $this->teamcityPrinter
1776+
* @phpstan-assert-if-true !null $this->teamCityPrinter
17771777
*/
17781778
public function hasTeamCityPrinter(): bool
17791779
{
@@ -1915,7 +1915,7 @@ public function testSuite(): string
19151915
}
19161916

19171917
/**
1918-
* @phpstan-assert-if-true !null $this->excludedTestSuite
1918+
* @phpstan-assert-if-true !null $this->excludeTestSuite
19191919
*/
19201920
public function hasExcludedTestSuite(): bool
19211921
{

0 commit comments

Comments
 (0)