1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-12-22 05:07:44 +00:00
parent 0f91d88bc4
commit 9ed585c92d

View File

@@ -48,10 +48,10 @@ function writer($writer = null)
}
$container->instance('writer', $writer);
return null;
}
/**
* Output the given text to the console.
*