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 f17d701 commit c6cbde1Copy full SHA for c6cbde1
src/LaravelDeveloperServiceProvider.php
@@ -36,7 +36,7 @@ public function register()
36
37
protected function registerMacros(): self
38
{
39
- TestResponse::macro('dumpWithoutTrace', function() {
+ TestResponse::macro('dumpWithoutTrace', function () {
40
$content = $this->getContent();
41
42
$json = json_decode($content);
0 commit comments