Skip to content

Commit

Permalink
Update VideoStreamConnectPacket.php
Browse files Browse the repository at this point in the history
  • Loading branch information
KnosTx authored Dec 20, 2024
1 parent 8310b26 commit e565b2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/VideoStreamConnectPacket.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class VideoStreamConnectPacket extends DataPacket implements ClientboundPacket{
public float $screenshotFrequency;

/**
* @var int Action type
* @var int $action
* @phpstan-var VideoStreamAction::*
*/
public int $action;
Expand All @@ -36,7 +36,6 @@ class VideoStreamConnectPacket extends DataPacket implements ClientboundPacket{

/**
* @generate-create-func
* @phpstan-var VideoStreamAction::*
*/
public static function create(string $address, float $screenshotFrequency, int $action, int $width, int $height) : self{
$result = new self;
Expand Down

0 comments on commit e565b2c

Please sign in to comment.