Skip to content

Commit f211744

Browse files
authored
Update query-plan-analysis.md (#417)
* Update query-plan-analysis.md * Update PdoMysqlQueryReflector.php * Restore PdoMysqlQueryReflector.php
1 parent 7a8de2f commit f211744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/query-plan-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $config = new RuntimeConfiguration();
3333
$config->analyzeQueryPlans(0);
3434
```
3535

36-
When running in environments in which only the database schema, but no data is available pass `$numberOfRowsNotRequiringIndex=0`:
36+
When running in environments in which only the database schema, but no data is available pass `QueryPlanAnalyzer::TABLES_WITHOUT_DATA`:
3737

3838
```php
3939
$config = new RuntimeConfiguration();

0 commit comments

Comments
 (0)