Skip to content

Commit 65c9e78

Browse files
authored
Deprecated: Foolz\SphinxQL\SphinxQL::enqueue(): Implicitly marking parameter $next as nullable is deprecated
``` Deprecated: Foolz\SphinxQL\SphinxQL::enqueue(): Implicitly marking parameter $next as nullable is deprecated, the explicit nullable type must be used instead in /vendor/foolz/sphinxql-query-builder/src/SphinxQL.php on line 307 ```
1 parent 6c1b1b4 commit 65c9e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SphinxQL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public function executeBatch()
304304
*
305305
* @return SphinxQL A new SphinxQL object with the current object referenced
306306
*/
307-
public function enqueue(SphinxQL $next = null)
307+
public function enqueue(?SphinxQL $next = null)
308308
{
309309
if ($next === null) {
310310
$next = new static($this->getConnection());

0 commit comments

Comments
 (0)