diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5da19e8..a79c380 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,6 @@ jobs: run: | vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml - - uses: codecov/codecov-action@v2.0.3 + - uses: codecov/codecov-action@v2.1.0 with: fail_ci_if_error: false diff --git a/src/KubernetesCluster.php b/src/KubernetesCluster.php index 6584624..1a8c5b8 100644 --- a/src/KubernetesCluster.php +++ b/src/KubernetesCluster.php @@ -108,7 +108,7 @@ protected function configureWithHttpAuth(array $config) /** * Configure the cluster with a Bearer Token. * - * @param array $config + * @param array $config * @return void */ protected function configureWithToken(array $config)