-
-
Notifications
You must be signed in to change notification settings - Fork 348
/
Copy pathphpstan.neon
43 lines (42 loc) · 1.65 KB
/
phpstan.neon
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
includes:
- vendor/larastan/larastan/extension.neon
- phpstan-baseline.neon
parameters:
paths:
- database
- src
level: 6
tmpDir: build/phpstan
checkOctaneCompatibility: true
checkModelProperties: true
treatPhpDocTypesAsCertain: false
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- identifier: missingType.generics
- identifier: missingType.iterableValue
- identifier: trait.unused
- identifier: deadCode.unreachable
- identifier: booleanNot.alwaysTrue
paths:
- src/Views/Columns/Traits/HasDataTableComponent.php
- identifier: notIdentical.alwaysTrue
paths:
- src/Traits/Filters/Helpers/FilterPillsHelpers.php
- src/Traits/Helpers/CustomisationsHelpers.php
- src/Traits/Helpers/QueryHelpers.php
- src/Views/Columns/Traits/HasSlot.php
- src/Views/Columns/Traits/Helpers/ArrayColumnHelpers.php
- identifier: instanceof.alwaysTrue
paths:
- src/Views/Columns/Traits/HasFooter.php
- src/Views/Columns/Traits/HasSecondaryHeader.php
- identifier: function.alreadyNarrowedType
paths:
- src/Views/Columns/Traits/Helpers/ArrayColumnHelpers.php
- src/Features/AutoInjectRappasoftAssets.php
- src/Traits/WithBulkActions.php
- src/Views/Actions/Traits/HasActionAttributes.php
- src/Views/Filters/MultiSelectDropdownFilter.php
- src/Views/Filters/Traits/HasOptions.php
- src/Views/Traits/Core/HasTheme.php
- src/Views/Traits/Core/HasView.php