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

Fixed comments.

parent 920e144c
No related merge requests found
...@@ -211,7 +211,7 @@ class MultiAuth extends AbstractBase implements ServiceLocatorAwareInterface ...@@ -211,7 +211,7 @@ class MultiAuth extends AbstractBase implements ServiceLocatorAwareInterface
* *
* @param ServiceLocatorInterface $serviceLocator Locator to register * @param ServiceLocatorInterface $serviceLocator Locator to register
* *
* @return Manager * @return MultiAuth
*/ */
public function setServiceLocator(ServiceLocatorInterface $serviceLocator) public function setServiceLocator(ServiceLocatorInterface $serviceLocator)
{ {
......
...@@ -292,7 +292,7 @@ class Solr implements AutocompleteInterface, ServiceLocatorAwareInterface ...@@ -292,7 +292,7 @@ class Solr implements AutocompleteInterface, ServiceLocatorAwareInterface
* *
* @param ServiceLocatorInterface $serviceLocator Locator to register * @param ServiceLocatorInterface $serviceLocator Locator to register
* *
* @return Manager * @return Solr
*/ */
public function setServiceLocator(ServiceLocatorInterface $serviceLocator) public function setServiceLocator(ServiceLocatorInterface $serviceLocator)
{ {
......
...@@ -50,7 +50,7 @@ abstract class AbstractSearchManagerAwareModule implements RecommendInterface, ...@@ -50,7 +50,7 @@ abstract class AbstractSearchManagerAwareModule implements RecommendInterface,
* *
* @param ServiceLocatorInterface $serviceLocator Locator to register * @param ServiceLocatorInterface $serviceLocator Locator to register
* *
* @return Manager * @return AbstractSearchManagerAwareModule
*/ */
public function setServiceLocator(ServiceLocatorInterface $serviceLocator) public function setServiceLocator(ServiceLocatorInterface $serviceLocator)
{ {
......
...@@ -60,7 +60,7 @@ abstract class AbstractBase implements ServiceLocatorAwareInterface ...@@ -60,7 +60,7 @@ abstract class AbstractBase implements ServiceLocatorAwareInterface
* *
* @param ServiceLocatorInterface $serviceLocator Locator to register * @param ServiceLocatorInterface $serviceLocator Locator to register
* *
* @return Manager * @return AbstractBase
*/ */
public function setServiceLocator(ServiceLocatorInterface $serviceLocator) public function setServiceLocator(ServiceLocatorInterface $serviceLocator)
{ {
......
...@@ -49,7 +49,7 @@ abstract class AbstractServiceLocator extends AbstractHelper ...@@ -49,7 +49,7 @@ abstract class AbstractServiceLocator extends AbstractHelper
* *
* @param ServiceLocatorInterface $serviceLocator Locator to register * @param ServiceLocatorInterface $serviceLocator Locator to register
* *
* @return Manager * @return AbstractServiceLocator
*/ */
public function setServiceLocator(ServiceLocatorInterface $serviceLocator) public function setServiceLocator(ServiceLocatorInterface $serviceLocator)
{ {
......
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