-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathphpstan.neon
More file actions
22 lines (22 loc) · 803 Bytes
/
phpstan.neon
File metadata and controls
22 lines (22 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
parameters:
scanFiles:
- tests/Fake/fake-app/src/Resource/App/Code.php
- tests/Fake/fake-app/src/Resource/App/NullView.php
- tests/Fake/fake-app/src/Resource/App/TypedParam.php
- tests/Fake/fake-app/src/Resource/App/User.php
- tests/Fake/fake-app/src/Resource/App/User/Profile.php
- tests/Fake/fake-app/src/Resource/Page/Index.php
- tests/Fake/fake-app/src/Resource/Page/Html/BlogPosting.php
- tests/Fake/fake-app/src/Resource/Page/Html/BlogPostingDonut.php
- tests/Fake/fake-app/src/Resource/Page/Html/Comment.php
- tests/Fake/fake-app/src/Resource/Page/Html/Like.php
level: max
paths:
- src
- tests
excludePaths:
- */tests/tmp/*
- */tests/Fake/*
- */src/StorageRedisCacheProvider.php*
stubFiles:
- tests/stubs/Injector.phpstub