Skip to content

Commit

Permalink
Update lib/Doctrine/Common/Cache/Cache.php
Browse files Browse the repository at this point in the history
Typo in interface documentation
  • Loading branch information
Luciano Mammino committed Jan 6, 2013
1 parent cf2ee06 commit ca29788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Common/Cache/Cache.php
Expand Up @@ -96,7 +96,7 @@ function delete($id);
* Memory allowed to use for storage.
*
* @since 2.2
* @var array Associative array with server's statistics if available, NULL otherwise.
* @return array Associative array with server's statistics if available, NULL otherwise.
*/
function getStats();
}

0 comments on commit ca29788

Please sign in to comment.