We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73628a3 + 8a6f263 commit b7292a7Copy full SHA for b7292a7
src/Stack.php
@@ -21,7 +21,7 @@ class Stack implements StackInterface
21
private $cursor = 0;
22
23
/**
24
- * @return mixed
+ * @return int
25
*/
26
public function size()
27
{
src/StackInterface.php
@@ -11,7 +11,7 @@ interface StackInterface extends \Iterator
11
12
13
14
15
16
public function size();
17
0 commit comments