Skip to content

Commit

Permalink
Remove PHPStan annotations that cause obnoxious warnings
Browse files Browse the repository at this point in the history
we'd need enums to do this properly, but I'm not doing that migration in a protocol release.
  • Loading branch information
dktapps committed Sep 20, 2023
1 parent a8c038f commit 2bf3168
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/camera/CameraSetInstructionEase.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ final class CameraSetInstructionEase{

/**
* @see CameraSetInstructionEaseType
* @phpstan-param CameraSetInstructionEaseType::* $type
*/
public function __construct(
private int $type,
Expand All @@ -29,7 +28,6 @@ public function __construct(

/**
* @see CameraSetInstructionEaseType
* @phpstan-return CameraSetInstructionEaseType::*
*/
public function getType() : int{ return $this->type; }

Expand Down

0 comments on commit 2bf3168

Please sign in to comment.