Skip to content
This repository was archived by the owner on May 16, 2018. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix typo in PHPDoc @throws annotation of Zend_Registry::get()
  • Loading branch information
haeber committed Aug 5, 2015
commit dfe72b6860a8264bb4f604fc11c86765baec1ec4
2 changes: 1 addition & 1 deletion library/Zend/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public static function _unsetInstance()
*
* @param string $index - get the value associated with $index
* @return mixed
* @throws Zend_Exception if no entry is registerd for $index.
* @throws Zend_Exception if no entry is registered for $index.
*/
public static function get($index)
{
Expand Down