Skip to content

Commit cb81db0

Browse files
committed
docs: remove unneeded @phpstan-ignore-next-line
1 parent 80166b4 commit cb81db0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/Commands/SetupTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ protected function setUp(): void
2222
{
2323
parent::setUp();
2424

25-
// @phpstan-ignore-next-line
2625
if (version_compare(CodeIgniter::CI_VERSION, '4.3.0', '>=')) {
2726
CITestStreamFilter::registration();
2827
CITestStreamFilter::addOutputFilter();
@@ -36,7 +35,6 @@ protected function tearDown(): void
3635
{
3736
parent::tearDown();
3837

39-
// @phpstan-ignore-next-line
4038
if (version_compare(CodeIgniter::CI_VERSION, '4.3.0', '>=')) {
4139
CITestStreamFilter::removeOutputFilter();
4240
CITestStreamFilter::removeErrorFilter();

tests/Controllers/LoginTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public function testLoginBadEmail(): void
6565

6666
public function testLoginActionEmailSuccess(): void
6767
{
68-
// @phpstan-ignore-next-line
6968
if (version_compare(CodeIgniter::CI_VERSION, '4.3.0', '>=')) {
7069
Time::setTestNow('March 10, 2017', 'UTC');
7170
} else {
@@ -122,7 +121,6 @@ public function testAfterLoggedInNotDisplayLoginPage(): void
122121

123122
public function testLoginActionUsernameSuccess(): void
124123
{
125-
// @phpstan-ignore-next-line
126124
if (version_compare(CodeIgniter::CI_VERSION, '4.3.0', '>=')) {
127125
Time::setTestNow('March 10, 2017', 'UTC');
128126
} else {

0 commit comments

Comments
 (0)