-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathphpstan.neon
More file actions
36 lines (36 loc) · 1.33 KB
/
phpstan.neon
File metadata and controls
36 lines (36 loc) · 1.33 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
parameters:
level: 1
paths:
- ./
excludePaths:
- ./vendor/
- ./.dev-tools/
scanFiles:
- ./.dev-tools/stubs/magentoAutogenerated.stub
- ./.dev-tools/stubs/ArgumentInterface.stub
- ./.dev-tools/stubs/Session.stub
- ./.dev-tools/stubs/FormKey.stub
- ./.dev-tools/stubs/ResourceConnection.stub
- ./.dev-tools/stubs/Expr.stub
- ./.dev-tools/stubs/OrderPaymentRepositoryInterface.stub
- ./.dev-tools/stubs/InvoiceService.stub
- ./.dev-tools/stubs/Order.stub
- ./.dev-tools/stubs/ResultInterface.stub
- ./.dev-tools/stubs/UrlInterface.stub
- ./.dev-tools/stubs/RedirectFactory.stub
- ./.dev-tools/stubs/StoreManagerInterface.stub
- ./.dev-tools/stubs/Adapter.stub
- ./.dev-tools/stubs/CustomerSession.stub
- ./.dev-tools/stubs/InfoInterface.stub
- ./.dev-tools/stubs/CartInterface.stub
- ./.dev-tools/stubs/ValueHandlerPoolInterface.stub
- ./.dev-tools/stubs/CommandManagerInterface.stub
- ./.dev-tools/stubs/ValidatorPoolInterface.stub
- ./.dev-tools/stubs/PaymentDataObjectFactory.stub
- ./.dev-tools/stubs/Data.stub
- ./.dev-tools/stubs/LaminasRequest.stub
- ./.dev-tools/stubs/Payment.stub
- ./.dev-tools/stubs/Context.stub
- ./.dev-tools/stubs/Field.stub
- ./.dev-tools/stubs/CspNonceProvider.stub
- ./.dev-tools/stubs/Template.stub