Skip to content

Commit 9925b3a

Browse files
authored
docs update (#354)
1 parent 8268bbe commit 9925b3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/record-and-replay.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Record and Replay
22

3-
In case you don't want to depend on a database at PHPStan analysis time, you can use one of the `*RecordingQueryReflector`-classes to record the reflection information.
3+
In case you don't want to depend on a database at PHPStan analysis time, you can use one of the `*RecordingQueryReflector`-classes to record the reflection information. To ease configuration a `ReplayAndRecordingQueryReflector` is supported.
44

55
With this cache file you can utilize [`ReplayQueryReflector`](https://github.com/staabm/phpstan-dba/blob/main/src/QueryReflection/ReplayQueryReflector.php) to replay the reflection information, without the need for a active database connection.
66

7+
**Note:** ["Record and Replay" is not yet supported on the PGSQL driver](https://github.com/staabm/phpstan-dba/issues/353)
8+
79
```php
810
<?php // phpstan-dba-bootstrap.php
911

0 commit comments

Comments
 (0)