Skip to content

Commit

Permalink
Document some properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmypuckett committed Feb 23, 2024
1 parent a804c6b commit c4b1923
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Support/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,21 @@
/**
* Class Builder
*
* @property Collection $customers
* @property Collection $detailedScheduledTasks
* @property Collection $devices
* @property Collection $deviceTasks
* @property Health $health
* @property Collection $scheduledTasks
* @property ServerInfo $serverInfo
*
* @method self customers()
* @method self detailedScheduledTasks()
* @method self devices()
* @method self deviceTasks()
* @method self health()
* @method self scheduledTasks()
* @method self serverInfo()
*/
class Builder
{
Expand Down

0 comments on commit c4b1923

Please sign in to comment.