Skip to content

Commit bcfe96d

Browse files
chore: generated code for commit 30111c9. [skip ci]
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 30111c9 commit bcfe96d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

clients/algoliasearch-client-php/lib/Configuration/Configuration.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ public function setApiKey($apiKeyIdentifier, $key)
104104
*/
105105
public function getApiKey($apiKeyIdentifier)
106106
{
107-
return isset($this->apiKeys[$apiKeyIdentifier]) ? $this->apiKeys[$apiKeyIdentifier] : null;
107+
return isset($this->apiKeys[$apiKeyIdentifier])
108+
? $this->apiKeys[$apiKeyIdentifier]
109+
: null;
108110
}
109111

110112
/**

clients/algoliasearch-client-php/lib/Model/AbstractModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Algolia\AlgoliaSearch\Model;
44

5-
use \Algolia\AlgoliaSearch\ObjectSerializer;
5+
use Algolia\AlgoliaSearch\ObjectSerializer;
66

77
/**
88
* Abstract class extended by each models

0 commit comments

Comments
 (0)