Skip to content

Commit 18ea179

Browse files
author
Andrey Helldar
authored
Added Http\Builder::getQueryArray() method
1 parent 708eb73 commit 18ea179

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Http/Builder.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ public function getPassword(): string;
8686
* @return \DragonCode\Contracts\Http\Builder
8787
*/
8888
public function removeFragment(): self;
89+
90+
/**
91+
* Retrieve the query array of the URI.
92+
*
93+
* @return array
94+
*/
95+
public function getQueryArray(): array;
8996

9097
/**
9198
* Return an instance with the specified query object.

0 commit comments

Comments
 (0)