1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 01:00:09 +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.
*
* @param boolean $print
* @param boolean $plainText
* @param bool $print
* @param bool $plainText
* @return void
*/
public function run(bool $print, bool $plainText): void