mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-24 19:59:10 -04:00
ALPHA 3.0.2
This commit is contained in:
2
vendor/nunomaduro/collision/src/Writer.php
vendored
2
vendor/nunomaduro/collision/src/Writer.php
vendored
@@ -214,7 +214,7 @@ class Writer implements WriterContract
|
||||
{
|
||||
$this->render('at <fg=green>'.$frame->getFile().'</>'.':<fg=green>'.$frame->getLine().'</>');
|
||||
|
||||
$content = $this->highlighter->highlight($frame->getFileContents(), (int) $frame->getLine());
|
||||
$content = $this->highlighter->highlight((string) $frame->getFileContents(), (int) $frame->getLine());
|
||||
|
||||
$this->output->writeln($content);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user