Hi! I'm getting this error:
Internal error: Jira returned invalid response body while running CollectedDataNode rule staabm\PHPStanTodoBy\TodoByTicketRule
Post the following stack trace to https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml:
## /app/vendor/staabm/phpstan-todo-by/src/utils/ticket/JiraTicketStatusFetcher.php(125)
After checking with several tokens, I decided to do some var dumps:
var_dump($responseCode); // int(403)
var_dump($response); // string(55) "{"error": "Failed to parse Connect Session Auth Token"}"
Hi! I'm getting this error:
After checking with several tokens, I decided to do some var dumps: