mirror of
https://github.com/opencultureconsulting/php-basics.git
synced 2025-03-30 00:00:15 +01:00
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…
x
Reference in New Issue
Block a user