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

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-12-19 21:09:05 +00:00
parent f2fce1a1bf
commit 09a2614545

View File

@@ -72,8 +72,8 @@ public function __construct(CommandLine $cli, Filesystem $files)
/** /**
* Run diagnostics. * Run diagnostics.
* *
* @param boolean $print * @param bool $print
* @param boolean $plainText * @param bool $plainText
* @return void * @return void
*/ */
public function run(bool $print, bool $plainText): void public function run(bool $print, bool $plainText): void