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 ee003f0 commit cbec8dcCopy full SHA for cbec8dc
src/SqlServerMultiQueryParser.php
@@ -20,7 +20,6 @@ public function parseFile(string $path): Iterator
20
21
$offset = 0;
22
$pattern = $this->getQueryPattern();
23
- var_dump($pattern);
24
25
while (preg_match($pattern, $content, $match, 0, $offset)) {
26
$offset += strlen($match[0]);
0 commit comments