diff --git a/src/pocketmine/permission/PermissionAttachmentInfo.php b/src/pocketmine/permission/PermissionAttachmentInfo.php index ac5b88074c..4d5587ce0e 100644 --- a/src/pocketmine/permission/PermissionAttachmentInfo.php +++ b/src/pocketmine/permission/PermissionAttachmentInfo.php @@ -36,9 +36,6 @@ class PermissionAttachmentInfo{ /** @var bool */ private $value; - /** - * @throws \InvalidStateException - */ public function __construct(Permissible $permissible, string $permission, PermissionAttachment $attachment = null, bool $value){ $this->permissible = $permissible; $this->permission = $permission;