-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
53 lines (53 loc) · 1.53 KB
/
phpstan.neon.dist
File metadata and controls
53 lines (53 loc) · 1.53 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
42
43
44
45
46
47
48
49
50
51
52
53
parameters:
tmpDir: build/phpstan-cache
level: 6
paths:
- src/
- tests/
bootstrapFiles:
- tests/bootstrap.php
excludePaths:
- tests/_support/*
- src/Cells/accordion.php
- src/Cells/alert.php
- src/Cells/badge.php
- src/Cells/breadcrumb.php
- src/Cells/button.php
- src/Cells/button_group.php
- src/Cells/button_toolbar.php
- src/Cells/card.php
- src/Cells/carousel.php
- src/Cells/close_button.php
- src/Cells/collapse.php
- src/Cells/description_list.php
- src/Cells/dropdown.php
- src/Cells/empty_state.php
- src/Cells/figure.php
- src/Cells/form.php
- src/Cells/image.php
- src/Cells/input_group.php
- src/Cells/list_group.php
- src/Cells/modal.php
- src/Cells/nav.php
- src/Cells/navbar.php
- src/Cells/offcanvas.php
- src/Cells/pagination.php
- src/Cells/placeholder.php
- src/Cells/popover.php
- src/Cells/progress.php
- src/Cells/scrollspy.php
- src/Cells/spinner.php
- src/Cells/stats_cards.php
- src/Cells/table.php
- src/Cells/tabs.php
- src/Cells/toast.php
- src/Cells/tooltip.php
- src/Cells/validation.php
universalObjectCratesClasses:
- CodeIgniter\Entity
- CodeIgniter\Entity\Entity
- Faker\Generator
dynamicConstantNames:
- APP_NAMESPACE
- CI_DEBUG
- ENVIRONMENT