Skip to content

Commit 09c5c3a

Browse files
committed
minor #120 [Agent] Use PHPStan error identifier instead of regex pattern (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Agent] Use PHPStan error identifier instead of regex pattern | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT Cherry picking php-llm/llm-chain#389 Commits ------- 611206b chore: use PHPStan error identifier instead of regex pattern (#389)
2 parents 9cc390c + 611206b commit 09c5c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/phpstan.dist.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ parameters:
55
- tests/
66
ignoreErrors:
77
-
8-
message: '#no value type specified in iterable type array#'
8+
identifier: missingType.iterableValue
99
path: tests/*
1010

0 commit comments

Comments
 (0)