From 3ccaa232c8475993f4bcc98a5e1e22d13bdc67a3 Mon Sep 17 00:00:00 2001 From: comes Date: Mon, 30 Oct 2023 18:18:29 +0000 Subject: [PATCH] PHP Linting (Pint) --- app/Commands/EcowittExportCommand.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/Commands/EcowittExportCommand.php b/app/Commands/EcowittExportCommand.php index 4c1009f..ab2bed0 100644 --- a/app/Commands/EcowittExportCommand.php +++ b/app/Commands/EcowittExportCommand.php @@ -15,6 +15,7 @@ class EcowittExportCommand extends Command protected $endDate; protected $ecowitt_account; + protected $ecowitt_passphrase; /** @@ -224,8 +225,6 @@ class EcowittExportCommand extends Command /** * fetch all available device IDs - * @param $session_id - * @return \Illuminate\Support\Collection */ protected function getDeviceIds($session_id): \Illuminate\Support\Collection { @@ -248,8 +247,6 @@ class EcowittExportCommand extends Command /** * Takes in a filename and an array associative data array and outputs a csv file - * @param string $fileName - * @param array $data */ protected function export(string $fileName, array $data) { @@ -264,8 +261,7 @@ class EcowittExportCommand extends Command } /** - * @param string $msg - * @param mixed ...$args + * @param mixed ...$args */ protected function debug(string $msg, ...$args) {