Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit 67e55b7

Browse files
committed
Fix CI
1 parent 1760373 commit 67e55b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
-
113113
name: "Run phpstan/phpstan"
114-
run: "vendor/bin/phpstan analyse --level=7 lib
114+
run: "vendor/bin/phpstan analyse --level=7 lib"
115115

116116
tests:
117117
needs:

0 commit comments

Comments
 (0)