From 56d53f7ddeac97d41e2a16e72d8bfad8d9be7757 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Thu, 20 Jan 2022 18:45:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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: