From f2bfa9008f2a1ac9ba6ef07afa1d690e9dcba15b Mon Sep 17 00:00:00 2001 From: Nils Blume Date: Wed, 23 Aug 2023 23:12:54 +0200 Subject: [PATCH] cleanup previous tests --- src/Payload.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Payload.php b/src/Payload.php index 7cca9b5..3e1776d 100644 --- a/src/Payload.php +++ b/src/Payload.php @@ -255,12 +255,4 @@ final class Payload return $this->force; } - /** - * @return string - */ - public function getType() - { - // TODO: - return "A"; - } }