From 7cd966636b16213e3fdc5dd1e9058ff991d05021 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sun, 19 Jun 2022 12:07:33 +0200 Subject: [PATCH] typo (#407) --- docs/rules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rules.md b/docs/rules.md index c17760559..00b241f62 100644 --- a/docs/rules.md +++ b/docs/rules.md @@ -1,6 +1,6 @@ -# Advanced Usage / Re-Using `phpstandba` PHPStan for custom query APIs +# Advanced Usage / Re-Using `phpstan-dba` PHPStan for custom query APIs -For custom/non-standard query APIs the PHPStan rules shipped with `phpstandba` can be configured. +For custom/non-standard query APIs the PHPStan rules shipped with `phpstan-dba` can be configured. ## use `SyntaxErrorInPreparedStatementMethodRule` for your custom classes