Skip to content

Commit

Permalink
Static analysis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uphlewis committed Dec 4, 2024
1 parent 7879557 commit 89d4bf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PleskOnyxRPC/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,8 @@ protected function loginBelongsToReseller(string $username): bool
* @param string $plan Id or Name of the plan
* @param string $type Type of plan i.e., service or reseller
*
* @throws PleskException If plan doesn't exist
* @throws PleskException
* @throws PleskClientException
*
* @return XmlResponse
*/
Expand Down

0 comments on commit 89d4bf3

Please sign in to comment.