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

Fixed comments.

parent b8bed4a2
No related merge requests found
...@@ -74,8 +74,7 @@ class HierarchyController extends AbstractBase ...@@ -74,8 +74,7 @@ class HierarchyController extends AbstractBase
* Search the tree and echo a json result of items that * Search the tree and echo a json result of items that
* matched the keywords. * matched the keywords.
* *
* @return void * @return \Zend\Http\Response
* @access public
*/ */
public function searchtreeAction() public function searchtreeAction()
{ {
......
...@@ -73,7 +73,6 @@ abstract class AbstractBase implements \Zend\Log\LoggerAwareInterface ...@@ -73,7 +73,6 @@ abstract class AbstractBase implements \Zend\Log\LoggerAwareInterface
* @param string $msg Message to display * @param string $msg Message to display
* *
* @return void * @return void
* @access protected
*/ */
protected function debug($msg) protected function debug($msg)
{ {
......
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