Skip to content

Commit

Permalink
Fix method name, phpdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 17, 2013
1 parent b32568c commit ed2113f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mnemo/lib/Api.php
Expand Up @@ -66,7 +66,7 @@ public function listUids($notepads = null)

// Make sure we have a valid notepad.
if (empty($notepads)) {
$notepads = Mnemo::getSyncLists();
$notepads = Mnemo::getSyncNotepads();
} else {
if (!is_array($notepads)) {
$notepads = array($notepads);
Expand Down Expand Up @@ -322,7 +322,7 @@ public function import($content, $contentType, $notepad = null)
* @param array $options Any additional options to be passed to the
* exporter.
*
* @return string The requested data
* @return mixed The requested data
* @throws Mnemo_Exception
* @throws Horde_Exception_PermissionDenied
*/
Expand Down

0 comments on commit ed2113f

Please sign in to comment.