Skip to content

Commit a7f2fa8

Browse files
committed
Upgrade to ES 8.x; Queries throw errors explicitly + bug fix
1 parent 2bbae34 commit a7f2fa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Connection.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
class Connection extends BaseConnection
1616
{
1717

18-
protected Client $client;
19-
protected string $index;
18+
protected $client;
19+
protected $index;
2020
protected $maxSize;
21-
protected string $indexPrefix;
21+
protected $indexPrefix;
2222

2323

2424
public function __construct(array $config)

0 commit comments

Comments
 (0)