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

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-12-21 01:10:10 +00:00
parent 78d0398942
commit 906a828b2e

View File

@@ -34,7 +34,7 @@
* Set or get a global console writer.
*
* @param null|OutputInterface $writer
* @return OutputInterface Or anonymous class
* @return OutputInterface Or anonymous class
*/
function writer(?OutputInterface $writer = null)/*: OutputInterface*/
{