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) {