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 8dbb650 commit d973060Copy full SHA for d973060
src/Objects/ResultSet.php
@@ -32,7 +32,7 @@ public function __construct(
32
private ResultCounters $counters,
33
private Bookmarks $bookmarks,
34
private ?ProfiledQueryPlan $profiledQueryPlan = null,
35
- // private ?ProfiledQueryPlanArguments $profiledQueryPlanArguments = null
+ // private ?ProfiledQueryPlanArguments $profiledQueryPlanArguments = null
36
) {
37
}
38
0 commit comments