forked from ReimuHakurei/phpPgAdmin
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
41 lines (41 loc) · 1.02 KB
/
phpstan.neon.dist
File metadata and controls
41 lines (41 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
parameters:
level: max
paths:
- src/
- Tests/Architecture/
- autoload.php
- all_db.php
- all_db_export.php
- alter_db.php
- alter_role.php
- alter_tablespace.php
- browser.php
- create_db.php
- create_role.php
- create_tablespace.php
- dbexport.php
- drop_db.php
- drop_role.php
- drop_tablespace.php
- history.php
- history_clear.php
- history_delete.php
- history_download.php
- index.php
- intro.php
- login.php
- logout.php
- roles.php
- server-logout.php
- servers.php
- servers-tree.php
- sqledit.php
- tablespaces.php
excludePaths:
- vendor/
phpat:
ignore_built_in_classes: true
show_rule_names: true
services:
- { tags: [phpat.test], class: Tests\Architecture\DDD\DomainTest }
- { tags: [phpat.test], class: Tests\Architecture\DDD\ValueObjectsTest }