diff --git a/src/Interfaces/QueryInterface.php b/src/Interfaces/QueryInterface.php new file mode 100644 index 0000000..52ac1d4 --- /dev/null +++ b/src/Interfaces/QueryInterface.php @@ -0,0 +1,40 @@ +_attributes[] = $word; return $this; } /** - * @return array + * Get attributes array of current query + * + * @return array */ public function getAttributes(): array { @@ -48,7 +56,9 @@ class Query } /** - * @return string + * Get endpoint of current query + * + * @return string */ public function getEndpoint(): string {