Skip to content

Commit

Permalink
PHPStan Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored Oct 25, 2024
1 parent 441179d commit 7b0d760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-phpstan-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ jobs:
id: larastan-save
with:
path: ${{ steps.larastan-restore.path }}
key: ${{ steps.larastan-restore.path }}
key: ${{ steps.larastan-restore.key }}
2 changes: 1 addition & 1 deletion .github/workflows/run-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ jobs:
id: larastan-save
with:
path: ${{ steps.larastan-restore.path }}
key: ${{ steps.larastan-restore.path }}
key: ${{ steps.larastan-restore.key }}

0 comments on commit 7b0d760

Please sign in to comment.