Skip to content

Commit

Permalink
Debug output formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed May 26, 2024
1 parent ecc4b88 commit 6e962a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Support/VarExport/Debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ private function writeToLog(array $items, string $callPath): void

$dumper->dump($cloner->cloneVar($item));

$output .= $callPath;

fwrite($handle, "[{$key}] " . $output . PHP_EOL);
}

fwrite($handle, $callPath);
fclose($handle);
}

Expand Down

0 comments on commit 6e962a3

Please sign in to comment.