Remove redundant public method

This commit is contained in:
Sebastian Meyer 2023-11-21 18:04:25 +01:00
parent 38e1ff72b3
commit 9fd7fdaec9
1 changed files with 0 additions and 10 deletions

View File

@ -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. * Check if item is an allowed type.
* *