Skip to content

Commit 0750c69

Browse files
simPodazjezz
andauthored
Update src/Psl/Iter/last_opt.php
Co-authored-by: Saif Eddin Gmati <29315886+azjezz@users.noreply.github.com>
1 parent 1c7a3b4 commit 0750c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Psl/Iter/last_opt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @return Option<Tv>
1818
*/
19-
function last_opt(iterable $iterable)
19+
function last_opt(iterable $iterable): Option
2020
{
2121
$last = Option::none();
2222
foreach ($iterable as $v) {

0 commit comments

Comments
 (0)