Skip to content

Commit 49db5bc

Browse files
committed
fix: analyse
1 parent 6a7b622 commit 49db5bc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config/github-project.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'route_prefix' => $routePrefix,
99

1010
'github' => [
11-
'access_token' => env('GITHUB_ACCESS_TOKEN'),
11+
'access_token' => env('GITHUB_ACCESS_TOKEN', ''),
1212
'graphql_url' => env('GITHUB_GRAPHQL_URL', 'https://api.github.com/graphql'),
1313
],
1414
];

phpstan-baseline.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ parameters:
88

99
- message: '#Cannot cast mixed to string#'
1010
path: src/*.php
11+
12+
- message: '#Cannot access offset .+ on mixed#'
13+
path: src/*.php

0 commit comments

Comments
 (0)