Skip to content

Commit 5616283

Browse files
committed
Setup tests
1 parent 8986cd8 commit 5616283

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: Integrity check
22

3-
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
8-
types: [ assigned, opened, synchronize, reopened ]
9-
schedule:
10-
- cron: '1 * * * *'
3+
on: [push, pull_request]
114

125
jobs:
136
build:

phpstan.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ includes:
44
- vendor/spaze/phpstan-disallowed-calls/extension.neon
55
- vendor/spaze/phpstan-disallowed-calls/disallowed-dangerous-calls.neon
66
- vendor/spaze/phpstan-disallowed-calls/disallowed-execution-calls.neon
7+
8+
parameters:
9+
checkMissingIterableValueType: false
10+
checkGenericClassInNonGenericObjectType: false

0 commit comments

Comments
 (0)