We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2b21a commit 355b7f8Copy full SHA for 355b7f8
src/Body.php
@@ -0,0 +1,14 @@
1
+<?php declare(strict_types = 1);
2
+
3
+namespace Spameri\ElasticQuery;
4
5
6
+class Body
7
+{
8
+ public function __construct(
9
10
+ )
11
+ {
12
13
+ }
14
+}
src/ElasticQuery.php
@@ -1,10 +1,21 @@
<?php declare(strict_types = 1);
-namespace Spameri;
-class ElasticQuery
+class Query
{
15
16
17
+ public function toArray() : array
18
19
+ return [];
20
21
}
0 commit comments