Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SniperSister committed Nov 16, 2024
1 parent 9f0f34e commit d4a8193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/Enum/WebserviceEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public function getMethod(): HttpMethod
case self::getUpdate->name:
return HttpMethod::GET;

// no break
case self::prepareUpdate->name:
case self::finalizeUpdate->name:
return HttpMethod::POST;
Expand Down
3 changes: 1 addition & 2 deletions app/Jobs/UpdateSite.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@

class UpdateSite implements ShouldQueue
{
protected int $preUpdateCode;

use Queueable;
protected int $preUpdateCode;

/**
* Create a new job instance.
Expand Down

0 comments on commit d4a8193

Please sign in to comment.