2
0
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:
Sebastian Meyer 2023-11-10 22:41:32 +01:00
parent b1596411a5
commit 524073fdbb

View File

@ -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.