Skip to content

Commit 116db4b

Browse files
authored
typo (#80)
1 parent d09d427 commit 116db4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ This might be usefull if your CI pipeline cannot connect to your development dat
9999

100100
The GitHubActions setup of `phpstan-dba` is [using this technique to replay the reflection information](https://github.com/staabm/phpstan-dba/blob/main/bootstrap.php).
101101

102-
### use `SyntaxErrorInQueryMethodRule` for your custom classes
102+
### use `SyntaxErrorInPreparedStatementMethodRule` for your custom classes
103103

104104
Reuse the `SyntaxErrorInPreparedStatementMethodRule` within your PHPStan configuration to detect syntax errors in prepared queries, by registering a service:
105105

0 commit comments

Comments
 (0)