We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e4d5f commit 1455fc5Copy full SHA for 1455fc5
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- 1.next-cake4
7
- - 2.next-cake5
+ - 2.next
8
pull_request:
9
10
- '*'
phpstan.neon
@@ -6,5 +6,7 @@ parameters:
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
treatPhpDocTypesAsCertain: false
+ paths:
+ - src/
11
bootstrapFiles:
12
- tests/bootstrap.php
0 commit comments