Skip to content

Commit 2c738e1

Browse files
authored
Merge pull request #8 from Danielopes7/git-actions-statics-test
fix: update PHPStan level to 4 (#2)
2 parents 3447818 + 088b1ee commit 2c738e1

File tree

3 files changed

+1007
-835
lines changed

3 files changed

+1007
-835
lines changed

app/Services/IssueService.php

-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ public function getIssueFromGit(array $parameters): array
6565

6666
Log::error('Error fetching issue from GitHub: '.$e->getMessage());
6767

68-
throw new \RuntimeException('Failed to fetch issue from GitHub', 0, $e);
69-
7068
return [];
7169
}
7270
}

0 commit comments

Comments
 (0)