8000 [Cache] Add missing return type · YaFou/symfony@eef61c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit eef61c1

Browse files
[Cache] Add missing return type
1 parent e9d59b3 commit eef61c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpClient/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)
0