Skip to content

Commit 7bbf4fd

Browse files
committed
Check config in every command
1 parent 4730fc0 commit 7bbf4fd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: src/Command/ReadGithubIssueCommand.php

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ protected function header(): void
3939

4040
protected function handle(): int
4141
{
42+
$this->checkConfig();
43+
4244
$this->header();
4345

4446
$issue = $this->fetchIssueDetails();

Diff for: src/Command/ReadMantisIssueCommand.php

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ protected function header(): void
3636

3737
protected function handle(): int
3838
{
39+
$this->checkConfig();
40+
3941
$this->header();
4042

4143
$issue = $this->fetchIssueDetails();

0 commit comments

Comments
 (0)