From 8c9ab5cf6cff82932b8bfd8956857f2d43d8648e Mon Sep 17 00:00:00 2001 From: Blaize M Kaye Date: Mon, 13 Nov 2023 08:21:40 +1300 Subject: [PATCH] Further fixes --- src/LagoonCommands.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LagoonCommands.php b/src/LagoonCommands.php index 7f4a7d9..361441d 100644 --- a/src/LagoonCommands.php +++ b/src/LagoonCommands.php @@ -274,6 +274,7 @@ public function getLagoonEnvs() { * Will check whether the current environment is Lagoon or Lagoon dev envs. * * @return bool + * is a functional Lagoon env */ private function isLagoonEnvironment() { return !empty(getenv("LAGOON")); @@ -281,9 +282,8 @@ private function isLagoonEnvironment() { /** * This should be run before any Lagoon commands. - * Checks whether we have a valid environment before running. * - * @return void + * Checks whether we have a valid environment before running. */ private function preCommandChecks() { if ($this->isLagoonEnvironment() == FALSE) {