* Update sqlparser to fit php8.
This commit is contained in:
+3
-1
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace PhpMyAdmin\SqlParser\Tests\Builder;
|
||||
|
||||
use PhpMyAdmin\SqlParser\Parser;
|
||||
@@ -7,7 +9,7 @@ use PhpMyAdmin\SqlParser\Tests\TestCase;
|
||||
|
||||
class PurgeStatementTest extends TestCase
|
||||
{
|
||||
public function testBuilder()
|
||||
public function testBuilder(): void
|
||||
{
|
||||
$query = 'PURGE BINARY LOGS TO \'mysql-bin.010\'';
|
||||
$parser = new Parser($query);
|
||||
|
||||
Reference in New Issue
Block a user