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 2451b1a commit ce881bfCopy full SHA for ce881bf
files/redaxo-main/redaxo/src/core/lib/var_dumper.php.txt
@@ -86,7 +86,7 @@ abstract class rex_var_dumper
86
}
87
88
$dumper->setDisplayOptions([
89
- 'fileLinkFormat' => new class() {
+ 'fileLinkFormat' => new class {
90
public function format(string $file, string $line): string|false
91
{
92
/** @var rex_editor|null $editor */
0 commit comments