Skip to content

Commit

Permalink
Update src/Stack.php
Browse files Browse the repository at this point in the history
Co-authored-by: Zebulan Stanphill <zebulanstanphill@protonmail.com>
  • Loading branch information
simPod and ZebulanStanphill committed Sep 24, 2022
1 parent 4d8347d commit e5ea19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Ds
*
* @template TValue
* @implements Sequence<int, TValue>
* @implements Collection<int, TValue>
* @implements \ArrayAccess<int, TValue>
*/
final class Stack implements Collection, \ArrayAccess
Expand Down

0 comments on commit e5ea19a

Please sign in to comment.