From fdf6de95aad0af0826b1b9b9c8b2984ffa56bf93 Mon Sep 17 00:00:00 2001 From: Chuck Adams Date: Fri, 27 Dec 2024 12:12:52 -0700 Subject: [PATCH] style: whitespace fixes --- meta/bin/push-to-aspirecloud | 1 - src/Commands/Sync/Meta/AbstractMetaFetchCommand.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/bin/push-to-aspirecloud b/meta/bin/push-to-aspirecloud index a0041fa..2779ca5 100755 --- a/meta/bin/push-to-aspirecloud +++ b/meta/bin/push-to-aspirecloud @@ -5,7 +5,6 @@ type=$1 [[ $type = 'plugins' ]] || [[ $type = 'themes' ]] || die "Usage: $0 plugins|themes" - key=${ASPIRECLOUD_ADMIN_API_KEY:?variable not defined} url=${ASPIRECLOUD_ADMIN_API_URL:?variable not defined} diff --git a/src/Commands/Sync/Meta/AbstractMetaFetchCommand.php b/src/Commands/Sync/Meta/AbstractMetaFetchCommand.php index 452215e..84cf222 100644 --- a/src/Commands/Sync/Meta/AbstractMetaFetchCommand.php +++ b/src/Commands/Sync/Meta/AbstractMetaFetchCommand.php @@ -20,7 +20,7 @@ use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; -use function Safe\json_decode; +use function Safe\json_decode; abstract class AbstractMetaFetchCommand extends AbstractBaseCommand {