Skip to content

Commit 965f6d6

Browse files
Maks3wweierophinney
authored andcommitted
Fix HHVM compatibility
1 parent deba26f commit 965f6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function toArray()
7070
*/
7171
public function toString()
7272
{
73-
return http_build_query($this);
73+
return http_build_query($this->toArray());
7474
}
7575

7676
/**

0 commit comments

Comments
 (0)