Skip to content

Commit d0f2f9d

Browse files
committed
[Store] Include Tests/ directory in Bridge PHPStan configs
1 parent 6cdd71a commit d0f2f9d

File tree

21 files changed

+21
-0
lines changed

21 files changed

+21
-0
lines changed

src/store/src/Bridge/AzureSearch/phpstan.dist.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
level: 6
66
paths:
77
- SearchStore.php
8+
- Tests/
89
treatPhpDocTypesAsCertain: false
910
ignoreErrors:
1011
-

src/store/src/Bridge/Cache/phpstan.dist.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
level: 6
66
paths:
77
- Store.php
8+
- Tests/
89
treatPhpDocTypesAsCertain: false
910
ignoreErrors:
1011
-

src/store/src/Bridge/ChromaDb/phpstan.dist.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
level: 6
66
paths:
77
- Store.php
8+
- Tests/
89
treatPhpDocTypesAsCertain: false
910
ignoreErrors:
1011
-

src/store/src/Bridge/ClickHouse/phpstan.dist.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
level: 6
66
paths:
77
- Store.php
8+
- Tests/
89
treatPhpDocTypesAsCertain: false
910
ignoreErrors:
1011
-

src/store/src/Bridge/Cloudflare/phpstan.dist.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
level: 6
66
paths:
77
- Store.php
8+
- Tests/
89
treatPhpDocTypesAsCertain: false
910
ignoreErrors:
1011
-

src/store/src/Bridge/Elasticsearch/phpstan.dist.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
level: 6
66
paths:
77
- Store.php
8+
- Tests/
89
treatPhpDocTypesAsCertain: false
910
ignoreErrors:
1011
-

src/store/src/Bridge/ManticoreSearch/phpstan.dist.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
level: 6
66
paths:
77
- Store.php
8+
- Tests/
89
treatPhpDocTypesAsCertain: false
910
ignoreErrors:
1011
-

src/store/src/Bridge/MariaDb/phpstan.dist.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
level: 6
66
paths:
77
- Store.php
8+
- Tests/
89
treatPhpDocTypesAsCertain: false
910
ignoreErrors:
1011
-

src/store/src/Bridge/Meilisearch/phpstan.dist.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
level: 6
66
paths:
77
- Store.php
8+
- Tests/
89
treatPhpDocTypesAsCertain: false
910
ignoreErrors:
1011
-

src/store/src/Bridge/Milvus/phpstan.dist.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
level: 6
66
paths:
77
- Store.php
8+
- Tests/
89
treatPhpDocTypesAsCertain: false
910
ignoreErrors:
1011
-

0 commit comments

Comments
 (0)