Skip to content

Commit d5e30eb

Browse files
committed
fix: php nice
1 parent b9f9a22 commit d5e30eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/algoliasearch-client-php/lib/Exceptions/UnreachableException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ final class UnreachableException extends AlgoliaException
77
public function __construct($message = '', $code = 0, $previous = null)
88
{
99
if (!$message) {
10-
$message =
10+
$message
1111
= 'Impossible to connect, please check your Algolia Application Id. If the error persists, please visit our help center https://alg.li/support-unreachable-hosts or reach out to the Algolia Support team: https://alg.li/support';
1212
}
1313

0 commit comments

Comments
 (0)