mirror of
https://github.com/filp/whoops.git
synced 2026-09-18 13:46:27 +00:00
Revert "Fixes issue where the wrong line gets highlighted"
This reverts commit 3364706262.
This commit is contained in:
@@ -186,10 +186,7 @@ class Frame implements Serializable
|
||||
$lines = array_slice($lines, $start, $length, true);
|
||||
}
|
||||
|
||||
return array_map(function($line)
|
||||
{
|
||||
return empty($line) ? ' ' : $line;
|
||||
}, $lines);
|
||||
return $lines;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user