Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#1058 from jholub/patch-1
Browse files Browse the repository at this point in the history
phpdoc fix
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SplStack.php
Expand Up @@ -35,7 +35,7 @@ class SplStack extends \SplStack implements Serializable
/**
* Serialize to an array representing the stack
*
* @return void
* @return array
*/
public function toArray()
{
Expand Down

0 comments on commit 0c21258

Please sign in to comment.