Skip to content

Commit

Permalink
Update facade docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk authored and github-actions[bot] committed Jul 25, 2024
1 parent b81e738 commit 4df9cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Facades/Forge.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
* @method static void installGitRepositoryOnSite(int $serverId, int $siteId, array $data, bool $wait = true)
* @method static void updateSiteGitRepository(int $serverId, int $siteId, array $data)
* @method static void destroySiteGitRepository(int $serverId, int $siteId, bool $wait = true)
* @method static void createSiteDeployKey(int $serverId, int $siteId)
* @method static void destroySiteDeployKey(int $serverId, int $siteId)
* @method static array createSiteDeployKey(int $serverId, int $siteId)
* @method static void destroySiteDeployKey(mixed $serverId, mixed $siteId)
* @method static string siteDeploymentScript(int $serverId, int $siteId)
* @method static void updateSiteDeploymentScript(int $serverId, int $siteId, string $content, bool $autoSource = false)
* @method static void enableQuickDeploy(int $serverId, int $siteId)
Expand Down

0 comments on commit 4df9cdb

Please sign in to comment.