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

Style fix.

parent 534d618a
Branches
Tags
No related merge requests found
......@@ -170,7 +170,8 @@ class WorldCatUtils implements \Zend\Log\LoggerAwareInterface
*
* @return string
*/
protected function buildXIdUrl($base, $tokenVar, $secretVar, $format) {
protected function buildXIdUrl($base, $tokenVar, $secretVar, $format)
{
$token = isset($this->config->$tokenVar)
? $this->config->$tokenVar : false;
$secret = isset($this->config->$secretVar)
......
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