Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbummen99 committed Nov 29, 2024
1 parent 39c4e54 commit cecf107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/GameQ/Protocols/Cfx.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
*/
class Cfx extends Protocol
{

/**
* Array of packets we want to look up.
* Each key should correspond to a defined method in this or a parent class
Expand Down Expand Up @@ -107,7 +106,7 @@ class Cfx extends Protocol

/**
* Get FiveM players list using a sub query
*
*
* @throws \Exception
*/
public function beforeSend(Server $server)
Expand Down
5 changes: 2 additions & 3 deletions src/GameQ/Protocols/Codmw2.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
namespace GameQ\Protocols;

use GameQ\Buffer;
use GameQ\Exception\Protocol;
use GameQ\Helpers\Str;
use GameQ\Result;

Expand All @@ -46,8 +45,8 @@ class Codmw2 extends Quake3
protected $name_long = "Call of Duty: Modern Warfare 2";

/**
* @param Buffer $buffer
* @return array
* @param Buffer $buffer
* @return array
* @throws \GameQ\Exception\Protocol
*/
protected function processPlayers(Buffer $buffer)
Expand Down

0 comments on commit cecf107

Please sign in to comment.