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

Style fixes.

parent ebaa3442
No related merge requests found
...@@ -112,7 +112,7 @@ abstract class AbstractBase implements \Zend\Log\LoggerAwareInterface ...@@ -112,7 +112,7 @@ abstract class AbstractBase implements \Zend\Log\LoggerAwareInterface
/** /**
* Get XML for the specified hierarchy ID. * Get XML for the specified hierarchy ID.
* *
* @param string $id Hierarchy ID. * @param string $id Hierarchy ID.
* @param array $options Additional options for XML generation. * @param array $options Additional options for XML generation.
* *
* @return string * @return string
......
...@@ -77,7 +77,7 @@ class XMLFile extends AbstractBase ...@@ -77,7 +77,7 @@ class XMLFile extends AbstractBase
/** /**
* Get XML for the specified hierarchy ID. * Get XML for the specified hierarchy ID.
* *
* @param string $id Hierarchy ID. * @param string $id Hierarchy ID.
* @param array $options Additional options for XML generation (unused here). * @param array $options Additional options for XML generation (unused here).
* *
* @return string * @return string
......
...@@ -47,7 +47,7 @@ class Map extends AbstractBase ...@@ -47,7 +47,7 @@ class Map extends AbstractBase
*/ */
protected $translator = null; protected $translator = null;
/** /**
* Get the on-screen description for this tab. * Get the on-screen description for this tab.
* *
* @return string * @return string
......
...@@ -106,7 +106,7 @@ class Clickatell extends AbstractBase ...@@ -106,7 +106,7 @@ class Clickatell extends AbstractBase
* associative arrays indexed by carrier ID and containing "name" and "domain" * associative arrays indexed by carrier ID and containing "name" and "domain"
* keys. * keys.
* *
* @access public * @return array
*/ */
public function getCarriers() public function getCarriers()
{ {
......
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