Skip to content

Commit 4c02596

Browse files
algolia-botaykutersoymillotp
committed
fix(php): native return types for AbstractModel methods (#3563) (generated) [skip ci]
Co-authored-by: Aykut Ersoy <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent fbe8a23 commit 4c02596

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ abstract class AbstractModel
1313
{
1414
/**
1515
* Gets the string presentation of the object.
16-
*
17-
* @return string
1816
*/
1917
public function __toString(): string
2018
{
@@ -39,8 +37,6 @@ public function jsonSerialize(): mixed
3937

4038
/**
4139
* Gets a header-safe presentation of the object.
42-
*
43-
* @return string
4440
*/
4541
public function toHeaderValue(): string
4642
{

0 commit comments

Comments
 (0)