diff --git a/src/DataStructures/StrictList.php b/src/DataStructures/StrictList.php index a93a4d4..e90b897 100644 --- a/src/DataStructures/StrictList.php +++ b/src/DataStructures/StrictList.php @@ -115,16 +115,6 @@ class StrictList extends SplDoublyLinkedList } } - /** - * Get the allowed item types. - * - * @return string[] The list of allowed item types - */ - public function getAllowedTypes(): array - { - return $this->allowedTypes; - } - /** * Check if item is an allowed type. *