From bde1c73d85cfa6e7c8f4394d9498dcd1d84ee0b9 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 16 Nov 2012 11:08:46 -0500 Subject: [PATCH] Fixed comments. --- module/VuFind/src/VuFind/Controller/HierarchyController.php | 3 +-- .../src/VuFind/Hierarchy/TreeDataSource/AbstractBase.php | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/module/VuFind/src/VuFind/Controller/HierarchyController.php b/module/VuFind/src/VuFind/Controller/HierarchyController.php index 5b60453f157..8a1ccaca307 100644 --- a/module/VuFind/src/VuFind/Controller/HierarchyController.php +++ b/module/VuFind/src/VuFind/Controller/HierarchyController.php @@ -74,8 +74,7 @@ class HierarchyController extends AbstractBase * Search the tree and echo a json result of items that * matched the keywords. * - * @return void - * @access public + * @return \Zend\Http\Response */ public function searchtreeAction() { diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/AbstractBase.php b/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/AbstractBase.php index 69342894fcc..3fe3dfd3c1b 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/AbstractBase.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/AbstractBase.php @@ -73,7 +73,6 @@ abstract class AbstractBase implements \Zend\Log\LoggerAwareInterface * @param string $msg Message to display * * @return void - * @access protected */ protected function debug($msg) { -- GitLab