Skip to content

Commit

Permalink
phpdoc, spelling, etc...
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Apr 22, 2016
1 parent 5ea8244 commit 0bb7fef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions framework/Core/lib/Horde/Core/ActiveSync/Driver.php
Expand Up @@ -75,7 +75,7 @@ class Horde_Core_ActiveSync_Driver extends Horde_ActiveSync_Driver_Base
/**
* Authentication object
*
* @var Horde_Auth_Base
* @var Horde_Core_ActiveSync_Auth
*/
protected $_auth;

Expand Down Expand Up @@ -117,7 +117,7 @@ class Horde_Core_ActiveSync_Driver extends Horde_ActiveSync_Driver_Base
* - connector: (Horde_Core_ActiveSync_Connector) The connector object
* for communicating with the registry.
* DEFAULT: none (REQUIRED)
* - auth: (Horde_Auth) The auth object.
* - auth: (Horde_Core_ActiveSync_Auth) The auth object.
* DEFAULT: none (REQUIRED).
* - imap: (Horde_ActiveSync_Imap_Adapter) The IMAP adapter if email
* support is desired.
Expand Down
2 changes: 1 addition & 1 deletion framework/Rpc/lib/Horde/Rpc/ActiveSync.php
Expand Up @@ -172,7 +172,7 @@ public function getResponse($request)

/**
* Override the authorize method and always return true. The ActiveSync
* server classes handld authentication directly since we need complete
* server classes handle authentication directly since we need complete
* control over what responses are sent.
*
* @return boolean
Expand Down

0 comments on commit 0bb7fef

Please sign in to comment.