Skip to content

Commit

Permalink
Nit: psalm fix for docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
cuppett committed Dec 2, 2023
1 parent c411fae commit a24f1b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/Cluster/AuthenticatesCluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit a24f1b3

Please sign in to comment.