Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
awallef committed Dec 10, 2021
1 parent 810c0cf commit ecf6e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Webservice/Driver/ClickUp.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ClickUp extends AbstractDriver
/**
* {@inheritDoc}
*/
public function initialize()
public function initialize(): void
{
$this->setClient(new Client([
'host' => 'api.clickup.com',
Expand Down

0 comments on commit ecf6e55

Please sign in to comment.