Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjunger committed Oct 19, 2022
1 parent 1511c13 commit c1fb666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/phpunit/Generator/UtilsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Keboola\CustomQueryManagerApp\Tests\Generator;

use Generator;
use Keboola\CustomQueryManagerApp\Generator\Utils;
use Keboola\TableBackendUtils\Escaping\QuoteInterface;
use Keboola\TableBackendUtils\Escaping\Snowflake\SnowflakeQuote;
Expand Down Expand Up @@ -75,7 +76,7 @@ public function testReplaceParamInQuery(
$this->assertSame($expectedOutput, $output);
}

public function replaceParamInQueryProvider(): \Generator
public function replaceParamInQueryProvider(): Generator
{
$defaultQuery = <<<SQL
COPY INTO "stageSchemaName6336e8dda7606"."stageTableName6336e8dda7607"
Expand Down

0 comments on commit c1fb666

Please sign in to comment.