Skip to content

Commit

Permalink
Nit: Misspelled "null" in docblock typing
Browse files Browse the repository at this point in the history
Update AuthenticatesCluster.php
  • Loading branch information
cuppett authored Apr 13, 2024
1 parent 5d9d356 commit 356ce05
Showing 1 changed file with 1 addition and 1 deletion.
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 356ce05

Please sign in to comment.