Skip to content

Commit

Permalink
Merge pull request #4 from core23/analysis-qg5ekk
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
core23 authored Jan 7, 2017
2 parents b01a3a8 + 7f376a7 commit b209413
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Crawler/AbstractCrawler.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ final protected function parseImage(Crawler $node)
* Parses a string node.
*
* @param Crawler $node
*
* @param bool $multiline
*
* @return null|string
Expand Down
3 changes: 1 addition & 2 deletions src/Service/AuthService.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public function __construct(ConnectionInterface $connection, $authUrl = 'http://
$this->authUrl = $authUrl;
}


/**
* Creates a new session from a token.
*
Expand Down Expand Up @@ -89,6 +88,6 @@ public function createToken()
*/
public function getAuthUrl($callbackUrl)
{
return $this->authUrl . '?api_key=' . $this->connection->getApiKey() . '&cb=' . $callbackUrl;
return $this->authUrl.'?api_key='.$this->connection->getApiKey().'&cb='.$callbackUrl;
}
}

0 comments on commit b209413

Please sign in to comment.