PHP Linting (Pint)
This commit is contained in:
committed by
github-actions[bot]
parent
6f66e00145
commit
a4e7450cfd
@@ -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,7 +261,6 @@ class EcowittExportCommand extends Command
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $msg
|
||||
* @param mixed ...$args
|
||||
*/
|
||||
protected function debug(string $msg, ...$args)
|
||||
|
||||
Reference in New Issue
Block a user