We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd87e95 commit 178ffa6Copy full SHA for 178ffa6
tests/Integration/ClientIntegrationTest.php
@@ -313,7 +313,6 @@ public function testValidConnectionCheck(string $alias): void
313
314
/**
315
* @dataProvider connectionAliases
316
- * @param string $alias
317
*/
318
public function testFetchSize(string $alias): void
319
{
@@ -322,11 +321,6 @@ public function testFetchSize(string $alias): void
322
321
$this->fetchSize($alias, 10);
323
}
324
325
- /**
326
- * @param string $connection
327
- * @param int $fetchSize
328
- * @return void
329
- */
330
public function fetchSize(string $connection, int $fetchSize): void
331
332
$session = $this->getClient()->getDriver($connection)->createSession(SessionConfiguration::default()->withFetchSize($fetchSize));
0 commit comments