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

Style fixes.

parent 00152399
No related merge requests found
...@@ -81,7 +81,7 @@ class Summon extends BaseSummon implements \Zend\Log\LoggerAwareInterface ...@@ -81,7 +81,7 @@ class Summon extends BaseSummon implements \Zend\Log\LoggerAwareInterface
* <li>sessionId - Summon session ID to apply</li> * <li>sessionId - Summon session ID to apply</li>
* <li>version - API version to use</li> * <li>version - API version to use</li>
* </ul> * </ul>
* @param \Zend\Http\Client $client HTTP client * @param \Zend\Http\Client $client HTTP client
*/ */
public function __construct(\Zend\Config\Config $config, $apiId, $apiKey, public function __construct(\Zend\Config\Config $config, $apiId, $apiKey,
$options = array(), \Zend\Http\Client $client = null $options = array(), \Zend\Http\Client $client = null
......
...@@ -58,7 +58,7 @@ class WorldCatUtils implements \Zend\Log\LoggerAwareInterface ...@@ -58,7 +58,7 @@ class WorldCatUtils implements \Zend\Log\LoggerAwareInterface
/** /**
* Constructor * Constructor
* *
* @param string $worldcatId WorldCat ID * @param string $worldCatId WorldCat ID
*/ */
public function __construct($worldCatId) public function __construct($worldCatId)
{ {
......
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