Skip to content

Commit

Permalink
fixed phpstan.neon, updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arusinowski committed Sep 30, 2023
1 parent d8e4d5f commit 1455fc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- 1.next-cake4
- 2.next-cake5
- 2.next
pull_request:
branches:
- '*'
Expand Down
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ parameters:
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
treatPhpDocTypesAsCertain: false
paths:
- src/
bootstrapFiles:
- tests/bootstrap.php

0 comments on commit 1455fc5

Please sign in to comment.