mirror of
https://github.com/opencultureconsulting/php-basics.git
synced 2025-03-09 00:00:38 +01:00
Update Stack.php
This commit is contained in:
parent
b1596411a5
commit
524073fdbb
@ -31,7 +31,7 @@ namespace OCC\Basics\DataStructures;
|
||||
* @implements \Iterator
|
||||
* @implements \Serializable
|
||||
*/
|
||||
class StrictStack extends AbstractList
|
||||
class Stack extends AbstractList
|
||||
{
|
||||
/**
|
||||
* Get the last item and remove it.
|
||||
|
Loading…
x
Reference in New Issue
Block a user