Remove redundant public method
This commit is contained in:
parent
38e1ff72b3
commit
9fd7fdaec9
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue