Skip to content

Commit 039678e

Browse files
authored
readme: added RuntimeConfiguration use-statements (#75)
1 parent 3dcf471 commit 039678e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ To get the extension running you need to configure the `phpstan-dba`.
4343
```php
4444
<?php // bootstrap.php
4545

46+
use staabm\PHPStanDba\QueryReflection\RuntimeConfiguration;
4647
use staabm\PHPStanDba\QueryReflection\MysqliQueryReflector;
4748
use staabm\PHPStanDba\QueryReflection\QueryReflection;
4849
use staabm\PHPStanDba\QueryReflection\RecordingQueryReflector;
@@ -74,6 +75,7 @@ With this cache file you can utilize [`ReplayQueryReflector`](https://github.com
7475
```php
7576
<?php // bootstrap.php
7677

78+
use staabm\PHPStanDba\QueryReflection\RuntimeConfiguration;
7779
use staabm\PHPStanDba\QueryReflection\MysqliQueryReflector;
7880
use staabm\PHPStanDba\QueryReflection\QueryReflection;
7981
use staabm\PHPStanDba\QueryReflection\RecordingQueryReflector;

0 commit comments

Comments
 (0)