From b85bd15cc5f69cb8dc54a5379ca0032bdd33aba4 Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Thu, 19 Feb 2026 11:53:56 +0000 Subject: [PATCH] Update README with missing Dibi\Row feature description The README only described the Dibi\Fluent dynamic method support but omitted the Dibi\Row universal object crate feature that is registered in extension.neon. Added a complete feature list covering both capabilities of the extension. Co-Authored-By: Claude Opus 4.6 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 715a082..3d63074 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,10 @@ * [PHPStan](https://phpstan.org/) * [Dibi](https://dibi.nette.org/) -This extension defines dynamic methods on `Dibi\Fluent` instance. They are called to build an SQL query dynamically. +This extension provides the following features: + +* Defines dynamic methods on `Dibi\Fluent` instances. They are called to build an SQL query dynamically. Each dynamic method accepts variadic arguments and returns `Dibi\Fluent` for method chaining. +* Registers `Dibi\Row` as a universal object crate, allowing dynamic property access without errors. ## Installation