Update Stack.php
This commit is contained in:
parent
b1596411a5
commit
524073fdbb
|
@ -31,7 +31,7 @@ namespace OCC\Basics\DataStructures;
|
||||||
* @implements \Iterator
|
* @implements \Iterator
|
||||||
* @implements \Serializable
|
* @implements \Serializable
|
||||||
*/
|
*/
|
||||||
class StrictStack extends AbstractList
|
class Stack extends AbstractList
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Get the last item and remove it.
|
* Get the last item and remove it.
|
||||||
|
|
Loading…
Reference in New Issue