Skip to content

Commit

Permalink
Tests 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jan 26, 2024
1 parent c34cd87 commit 8fc57de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RequirementsChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public function getNowDate()
return @strftime('%Y-%m-%d %H:%M', time());
}

public function ecs(): void
public function ecs()

Check warning on line 396 in src/RequirementsChecker.php

View check run for this annotation

Codecov / codecov/patch

src/RequirementsChecker.php#L396

Added line #L396 was not covered by tests
{
}

Check warning on line 398 in src/RequirementsChecker.php

View check run for this annotation

Codecov / codecov/patch

src/RequirementsChecker.php#L398

Added line #L398 was not covered by tests
}

0 comments on commit 8fc57de

Please sign in to comment.