Skip to content

Commit b7292a7

Browse files
author
Martin Brecht-Precht
committed
Merge remote-tracking branch 'origin/master'
2 parents 73628a3 + 8a6f263 commit b7292a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Stack.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Stack implements StackInterface
2121
private $cursor = 0;
2222

2323
/**
24-
* @return mixed
24+
* @return int
2525
*/
2626
public function size()
2727
{

src/StackInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface StackInterface extends \Iterator
1111
{
1212

1313
/**
14-
* @return mixed
14+
* @return int
1515
*/
1616
public function size();
1717

0 commit comments

Comments
 (0)