forked from flow-php/flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
33 lines (31 loc) · 1.61 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
parameters:
level: max
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
paths:
- src/core/etl/src
- src/adapter/etl-adapter-amphp/src
- src/adapter/etl-adapter-avro/src
- src/adapter/etl-adapter-csv/src
- src/adapter/etl-adapter-doctrine/src
- src/adapter/etl-adapter-elasticsearch/src
- src/adapter/etl-adapter-http/src
- src/adapter/etl-adapter-json/src
- src/adapter/etl-adapter-logger/src
- src/adapter/etl-adapter-parquet/src
- src/adapter/etl-adapter-reactphp/src
- src/adapter/etl-adapter-text/src
- src/adapter/etl-adapter-xml/src
- src/lib/array-dot/src
- src/lib/doctrine-dbal-bulk/src
excludePaths:
- src/core/etl/src/Flow/ETL/Formatter/ASCII/ASCIITable.php
- src/core/etl/src/Flow/ETL/ExternalSort/RowsMinHeap.php
- src/adapter/etl-adapter-reactphp/src/Flow/ETL/Async/ReactPHP
- src/adapter/etl-adapter-reactphp/src/Flow/ETL/Async/Communication/Message.php
- src/adapter/etl-adapter-avro/src/Flow/ETL/Adapter/Avro/FlixTech/SchemaConverter.php
- src/adapter/etl-adapter-avro/src/Flow/ETL/Adapter/Avro/FlixTech/ValueConverter.php
- src/adapter/etl-adapter-elasticsearch/src/Flow/ETL/Adapter/Elasticsearch/ElasticsearchPHP/SearchResults.php
- src/adapter/etl-adapter-elasticsearch/src/Flow/ETL/Adapter/Elasticsearch/ElasticsearchPHP/SearchParams.php
- src/adapter/etl-adapter-elasticsearch/src/Flow/ETL/Adapter/Elasticsearch/ElasticsearchPHP/PointInTime.php
tmpDir: var/phpstan/cache