Use more standardized phpcs
This commit is contained in:
parent
a043071e3c
commit
c449ca5155
493 changed files with 1116 additions and 3903 deletions
|
@ -17,8 +17,6 @@ class PowerController extends ClientApiController
|
|||
|
||||
/**
|
||||
* PowerController constructor.
|
||||
*
|
||||
* @param \Pterodactyl\Repositories\Wings\DaemonPowerRepository $repository
|
||||
*/
|
||||
public function __construct(DaemonPowerRepository $repository)
|
||||
{
|
||||
|
@ -30,10 +28,6 @@ class PowerController extends ClientApiController
|
|||
/**
|
||||
* Send a power action to a server.
|
||||
*
|
||||
* @param \Pterodactyl\Http\Requests\Api\Client\Servers\SendPowerRequest $request
|
||||
* @param \Pterodactyl\Models\Server $server
|
||||
* @return \Illuminate\Http\Response
|
||||
*
|
||||
* @throws \Pterodactyl\Exceptions\Http\Connection\DaemonConnectionException
|
||||
*/
|
||||
public function index(SendPowerRequest $request, Server $server): Response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue