Skip to content

Commit

Permalink
Merge pull request #1156 from rebing/mfn-phpstan-8.4
Browse files Browse the repository at this point in the history
chore(dev): run phpstan with 8.4
  • Loading branch information
mfn authored Nov 22, 2024
2 parents 99f96cc + 0365fe1 commit 50cdfe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
coverage: none

# Remove unnecessary dependencies not needed in this context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public function authorize(
$root,
array $args,
$ctx,
ResolveInfo $resolveInfo = null,
Closure $getSelectFields = null
?ResolveInfo $resolveInfo = null,
?Closure $getSelectFields = null
): bool {
Assert::assertNull($root);

Expand Down

0 comments on commit 50cdfe2

Please sign in to comment.