File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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;
4647use staabm\PHPStanDba\QueryReflection\MysqliQueryReflector;
4748use staabm\PHPStanDba\QueryReflection\QueryReflection;
4849use 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;
7779use staabm\PHPStanDba\QueryReflection\MysqliQueryReflector;
7880use staabm\PHPStanDba\QueryReflection\QueryReflection;
7981use staabm\PHPStanDba\QueryReflection\RecordingQueryReflector;
You can’t perform that action at this time.
0 commit comments