The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 62adfe03 authored by Demian Katz's avatar Demian Katz
Browse files

Added missing @link tags to satisfy coding standards.

parent fb8d22e5
No related merge requests found
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
* @package Module * @package Module
* @author Demian Katz <demian.katz@villanova.edu> * @author Demian Katz <demian.katz@villanova.edu>
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://vufind.org
*/ */
namespace VuFind; namespace VuFind;
use Zend\ModuleManager\ModuleManager, use Zend\ModuleManager\ModuleManager,
...@@ -35,6 +36,7 @@ use Zend\ModuleManager\ModuleManager, ...@@ -35,6 +36,7 @@ use Zend\ModuleManager\ModuleManager,
* @package Module * @package Module
* @author Demian Katz <demian.katz@villanova.edu> * @author Demian Katz <demian.katz@villanova.edu>
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://vufind.org
*/ */
class Module class Module
{ {
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
* @package Http * @package Http
* @author David Maus <maus@hab.de> * @author David Maus <maus@hab.de>
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://vufind.org
*/ */
namespace VuFindHttp; namespace VuFindHttp;
/** /**
...@@ -35,11 +35,10 @@ namespace VuFindHttp; ...@@ -35,11 +35,10 @@ namespace VuFindHttp;
* @package Http * @package Http
* @author David Maus <maus@hab.de> * @author David Maus <maus@hab.de>
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://vufind.org
*/ */
class Module class Module
{ {
/** /**
* Return autoloader configuration. * Return autoloader configuration.
* *
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment