Skip to content

Commit

Permalink
Update PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Jul 31, 2019
1 parent 47b06fc commit d4a71f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function __construct() {
* Build the configuration.
*
* @param string $host The host.
* @param null $apiKey The API key.
* @param string|null $apiKey The API key.
* @return array Returns the configuration.
*/
private function buildConfiguration($host, $apiKey = null) {
Expand Down

0 comments on commit d4a71f0

Please sign in to comment.