Skip to content

Commit 5c1a20b

Browse files
[Cache] Add missing return type
1 parent d180a86 commit 5c1a20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Internal/CurlClientState.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function reset()
6868
}
6969
}
7070

71-
public function __sleep()
71+
public function __sleep(): array
7272
{
7373
throw new \BadMethodCallException('Cannot serialize '.__CLASS__);
7474
}

0 commit comments

Comments
 (0)