Skip to content

Commit 5344de0

Browse files
committed
minor #1142 [Store] Include Tests/ directory in Bridge PHPStan configs (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Store] Include `Tests/` directory in Bridge PHPStan configs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | Forgotten in #1133 | License | MIT Commits ------- d0f2f9d [Store] Include Tests/ directory in Bridge PHPStan configs
2 parents 6cdd71a + d0f2f9d commit 5344de0

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)