We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2daec commit ac2c6a8Copy full SHA for ac2c6a8
clients/algoliasearch-client-php/lib/Support/AlgoliaAgent.php
@@ -19,11 +19,8 @@ public static function get($clientName)
19
return self::$value[$clientName];
20
}
21
22
- public static function addAlgoliaAgent(
23
- $clientName,
24
- $segment,
25
- $version
26
- ) {
+ public static function addAlgoliaAgent($clientName, $segment, $version)
+ {
27
self::$value[$clientName] = null;
28
self::$customSegments[trim($segment, ' ')] = trim($version, ' ');
29
0 commit comments