Skip to content

Commit 1455fc5

Browse files
committed
fixed phpstan.neon, updated ci
1 parent d8e4d5f commit 1455fc5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- 1.next-cake4
7-
- 2.next-cake5
7+
- 2.next
88
pull_request:
99
branches:
1010
- '*'

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ parameters:
66
checkMissingIterableValueType: false
77
checkGenericClassInNonGenericObjectType: false
88
treatPhpDocTypesAsCertain: false
9+
paths:
10+
- src/
911
bootstrapFiles:
1012
- tests/bootstrap.php

0 commit comments

Comments
 (0)