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