Skip to content

Commit 46f4c4b

Browse files
algolia-botmillotp
andcommitted
fix(php): put banner after php tag (#3653) (generated) [skip ci]
Co-authored-by: Pierre Millot <[email protected]>
1 parent 365030a commit 46f4c4b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
21
<?php
32

4-
namespace Algolia\AlgoliaSearch;
3+
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
54

6-
use Exception;
5+
namespace Algolia\AlgoliaSearch;
76

87
/**
98
* ApiException Class Doc Comment.
109
*
1110
* @category Class
1211
*/
13-
class ApiException extends Exception
12+
class ApiException extends \Exception
1413
{
1514
/**
1615
* The HTTP body of the server response either as Json or string.

0 commit comments

Comments
 (0)