Skip to content

Commit 178ffa6

Browse files
cs-fixer
1 parent fd87e95 commit 178ffa6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/Integration/ClientIntegrationTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ public function testValidConnectionCheck(string $alias): void
313313

314314
/**
315315
* @dataProvider connectionAliases
316-
* @param string $alias
317316
*/
318317
public function testFetchSize(string $alias): void
319318
{
@@ -322,11 +321,6 @@ public function testFetchSize(string $alias): void
322321
$this->fetchSize($alias, 10);
323322
}
324323

325-
/**
326-
* @param string $connection
327-
* @param int $fetchSize
328-
* @return void
329-
*/
330324
public function fetchSize(string $connection, int $fetchSize): void
331325
{
332326
$session = $this->getClient()->getDriver($connection)->createSession(SessionConfiguration::default()->withFetchSize($fetchSize));

0 commit comments

Comments
 (0)