1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 08:10:07 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-12-02 03:08:12 +00:00
parent f8362651ce
commit b6295fb1d3

View File

@@ -30,9 +30,9 @@
define('ISOLATED_PHP_VERSION', 'ISOLATED_PHP_VERSION');
/**
* Set or get a global console writer
* Set or get a global console writer.
*
* @param null|Symfony\Component\Console\Output\ConsoleOutputInterface $writer
* @param null|Symfony\Component\Console\Output\ConsoleOutputInterface $writer
* @return void|Symfony\Component\Console\Output\ConsoleOutputInterface
*/
function writer($writer = null)