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 a76f50b commit 8c27b20Copy full SHA for 8c27b20
test/integration/Driver/Pdo/TableGatewayTest.php
@@ -75,7 +75,7 @@ public function testInsert(): void
75
* @see https://github.com/zendframework/zend-db/issues/35
76
* @see https://github.com/zendframework/zend-db/pull/178
77
*/
78
- public function testInsertWithExtendedCharsetFieldName(): int
+ public function testInsertWithExtendedCharsetFieldName(): int|string
79
{
80
$tableGateway = new TableGateway('test_charset', $this->getAdapter());
81
0 commit comments