diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5063969..ab62b51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,9 +103,9 @@ jobs: run: | kubectl apply -f https://raw.githubusercontent.com/bitnami-labs/sealed-secrets/main/helm/sealed-secrets/crds/bitnami.com_sealedsecrets.yaml - # - name: Run static analysis - # run: | - # vendor/bin/psalm +# - name: Run static analysis +# run: | +# vendor/bin/psalm - name: Run tests run: | diff --git a/src/Traits/Cluster/AuthenticatesCluster.php b/src/Traits/Cluster/AuthenticatesCluster.php index cbe3f6a..4063608 100644 --- a/src/Traits/Cluster/AuthenticatesCluster.php +++ b/src/Traits/Cluster/AuthenticatesCluster.php @@ -76,7 +76,7 @@ public function withToken(string $token = null) * Load the token from provider command line. * * @param string $cmdPath - * @param string|nll $cmdArgs + * @param string|null $cmdArgs * @param string|null $tokenPath * @return $this */