Skip to content

Commit

Permalink
Missed something with the style
Browse files Browse the repository at this point in the history
  • Loading branch information
donkidd authored Oct 8, 2023
1 parent 29d1806 commit 042fa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Deployments.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Deployments extends AbstractApi
* or ref fields (default is id)
* @var string $sort Return deployments sorted in asc or desc order (default is desc)
* @var string $status Return deployments filtered by status of deployment allowed
* values of status are 'created', 'running', 'success', 'failed',
+ * values of status are 'created', 'running', 'success', 'failed',
* 'canceled', 'blocked'
* @var string $environment Return deployments filtered to a particular environment
* }
Expand Down

0 comments on commit 042fa86

Please sign in to comment.