Skip to content

Commit 7b0d760

Browse files
authored
PHPStan Adjustments
1 parent 441179d commit 7b0d760

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-phpstan-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ jobs:
101101
id: larastan-save
102102
with:
103103
path: ${{ steps.larastan-restore.path }}
104-
key: ${{ steps.larastan-restore.path }}
104+
key: ${{ steps.larastan-restore.key }}

.github/workflows/run-phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ jobs:
104104
id: larastan-save
105105
with:
106106
path: ${{ steps.larastan-restore.path }}
107-
key: ${{ steps.larastan-restore.path }}
107+
key: ${{ steps.larastan-restore.key }}

0 commit comments

Comments
 (0)