Skip to content

Commit ac2c6a8

Browse files
algolia-botdamcou
andcommitted
chore: generated code for commit 108956e531d7b097eaaa8b5f5b29a9b1a2053581. [skip ci]
Co-authored-by: Damien Couchez <[email protected]>
1 parent 3f2daec commit ac2c6a8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

clients/algoliasearch-client-php/lib/Support/AlgoliaAgent.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ public static function get($clientName)
1919
return self::$value[$clientName];
2020
}
2121

22-
public static function addAlgoliaAgent(
23-
$clientName,
24-
$segment,
25-
$version
26-
) {
22+
public static function addAlgoliaAgent($clientName, $segment, $version)
23+
{
2724
self::$value[$clientName] = null;
2825
self::$customSegments[trim($segment, ' ')] = trim($version, ' ');
2926
}

0 commit comments

Comments
 (0)