Skip to content

Commit ac3839a

Browse files
phpstan-botclaude
authored andcommitted
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 <noreply@anthropic.com>
1 parent 4ffca7e commit ac3839a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
* [PHPStan](https://phpstan.org/)
88
* [Dibi](https://dibi.nette.org/)
99

10-
This extension defines dynamic methods on `Dibi\Fluent` instance. They are called to build an SQL query dynamically.
10+
This extension provides the following features:
11+
12+
* 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.
13+
* Registers `Dibi\Row` as a universal object crate, allowing dynamic property access without errors.
1114

1215
## Installation
1316

0 commit comments

Comments
 (0)