We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b113eda commit 4dbf4d0Copy full SHA for 4dbf4d0
src/Token/TokenSerializer.php
@@ -42,7 +42,7 @@ public function serialize()
42
* Unserialize token data
43
* @return self
44
*/
45
- public function unserialize($data)
+ public function unserialize(array $data)
46
{
47
if (!isset($data['access_token'])) {
48
throw new \InvalidArgumentException('Unable to create a RawToken without an "access_token"');
0 commit comments