diff --git a/README.md b/README.md index 8c1cb0e6f..f84ead277 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,8 @@ The GitHubActions setup of `phpstan-dba` is [using this technique to replay the **Note**: In case you commit the generated cache files into your repository, consider [marking them as generated files](https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github), so they don't show up in Pull Requests. +## Advanced Usage + ### use `SyntaxErrorInPreparedStatementMethodRule` for your custom classes Reuse the `SyntaxErrorInPreparedStatementMethodRule` within your PHPStan configuration to detect syntax errors in prepared queries, by registering a service: