We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8de2f commit f211744Copy full SHA for f211744
docs/query-plan-analysis.md
@@ -33,7 +33,7 @@ $config = new RuntimeConfiguration();
33
$config->analyzeQueryPlans(0);
34
```
35
36
-When running in environments in which only the database schema, but no data is available pass `$numberOfRowsNotRequiringIndex=0`:
+When running in environments in which only the database schema, but no data is available pass `QueryPlanAnalyzer::TABLES_WITHOUT_DATA`:
37
38
```php
39
$config = new RuntimeConfiguration();
0 commit comments