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 855273f commit 7adc1dbCopy full SHA for 7adc1db
src/CodeSnippet.php
@@ -172,7 +172,9 @@ protected function getBoundsMulti(int $totalNumberOfLineInFile): array
172
// snippetLineCount() was used
173
if (! is_int($this->linesAfter) || ! is_int($this->linesBefore)) {
174
[$startLine, $endLine] = $this->getBoundsMultiForSnippetLineCount(
175
- $startLine, $endLine, $totalNumberOfLineInFile
+ $startLine,
176
+ $endLine,
177
+ $totalNumberOfLineInFile
178
);
179
}
180
0 commit comments