@@ -75,6 +75,9 @@ |
||
| 75 | 75 | return $this->columnDescriptors; |
| 76 | 76 | } |
| 77 | 77 | |
| 78 | + /** |
|
| 79 | + * @param null|string $sqlCount |
|
| 80 | + */ |
|
| 78 | 81 | private function compute(string $sql, ?string $sqlCount) |
| 79 | 82 | { |
| 80 | 83 | $parser = new PHPSQLParser(); |