Skip to content

Commit

Permalink
phpdoc/typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Apr 20, 2015
1 parent 7fb0027 commit 95c4625
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php
Expand Up @@ -96,14 +96,15 @@ class Horde_ActiveSync_SyncCache
* @param Horde_ActiveSync_State_Base $state The state driver
* @param string $devid The device id
* @param string $user The username
* @param Horde_Log_Logger $logger The logger object
*
* @return Horde_ActiveSync_SyncCache
*/
public function __construct(
Horde_ActiveSync_State_Base $state,
$devid,
$user,
$logger = null)
Horde_Log_Logger $logger = null)
{
$this->_state = $state;
$this->_devid = $devid;
Expand Down

0 comments on commit 95c4625

Please sign in to comment.