Skip to content

Commit

Permalink
chore: generated code for commit 30111c9. [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed May 5, 2022
1 parent 30111c9 commit bcfe96d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ public function setApiKey($apiKeyIdentifier, $key)
*/
public function getApiKey($apiKeyIdentifier)
{
return isset($this->apiKeys[$apiKeyIdentifier]) ? $this->apiKeys[$apiKeyIdentifier] : null;
return isset($this->apiKeys[$apiKeyIdentifier])
? $this->apiKeys[$apiKeyIdentifier]
: null;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Algolia\AlgoliaSearch\Model;

use \Algolia\AlgoliaSearch\ObjectSerializer;
use Algolia\AlgoliaSearch\ObjectSerializer;

/**
* Abstract class extended by each models
Expand Down

0 comments on commit bcfe96d

Please sign in to comment.