Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion lib/Basic.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

use Horde\Util\Variables;

/**
* Copyright 2000-2017 Horde LLC (http://www.horde.org/)
*
Expand Down Expand Up @@ -50,7 +52,7 @@ class Passwd_Basic

/**
*/
public function __construct(Horde_Variables $vars)
public function __construct(Variables|Horde_Variables $vars)
{
global $conf, $injector, $registry;

Expand Down
2 changes: 1 addition & 1 deletion lib/Driver/Horde.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* It relies on the current horde authentication mechanism's ability to update
* the user.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2011-2017 Horde LLC
* @license http://www.horde.org/licenses/gpl GPL
Expand Down
2 changes: 1 addition & 1 deletion lib/Driver/Ldap.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @author Mike Cochrane <mike@graftonhall.co.nz>
* @author Mattias Webjörn Eriksson <mattias@webjorn.org>
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @author Eric Jon Rostetter <eric.rostetter@physics.utexas.edu>
* @author Jan Schneider <jan@horde.org>
* @author Tjeerd van der Zee <admin@xar.nl>
Expand Down
2 changes: 1 addition & 1 deletion lib/Driver/Sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @author Mike Cochrane <mike@graftonhall.co.nz>
* @author Mattias Webjörn Eriksson <mattias@webjorn.org>
* @author Ilya Krel <mail@krel.org>
* @author Ralf Lang <lang@b1-systems.de> (H4 conversion)
* @author Ralf Lang <ralf.lang@ralf-lang.de> (H4 conversion)
* @author Eric Jon Rostetter <eric.rostetter@physics.utexas.edu>
* @author Tjeerd van der Zee <admin@xar.nl>
* @category Horde
Expand Down
2 changes: 1 addition & 1 deletion lib/Driver/Vpopmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @author Mike Cochrane <mike@graftonhall.co.nz>
* @author Mattias Webjörn Eriksson <mattias@webjorn.org>
* @author Ilya Krel <mail@krel.org>
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @author Anton Nekhoroshikh <anton@valuehost.ru>
* @author Eric Jon Rostetter <eric.rostetter@physics.utexas.edu>
* @author Tjeerd van der Zee <admin@xar.nl>
Expand Down
2 changes: 1 addition & 1 deletion lib/Factory/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* A Horde_Injector based Passwd_Driver factory.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2011-2017 Horde LLC
* @license http://www.horde.org/licenses/gpl.php
Expand Down
2 changes: 1 addition & 1 deletion test/Passwd/Unit/Driver/SqlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Test the Sql backend driver.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2013 Horde LLC
* @internal
Expand Down
2 changes: 1 addition & 1 deletion test/Passwd/Unit/Factory/DriverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Test the backend driver factory.
*
* @author Ralf Lang <lang@b1-systems.de>
* @author Ralf Lang <ralf.lang@ralf-lang.de>
* @category Horde
* @copyright 2013 Horde LLC
* @internal
Expand Down
Loading