Skip to content

Commit 8c27b20

Browse files
committed
Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent a76f50b commit 8c27b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/Driver/Pdo/TableGatewayTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function testInsert(): void
7575
* @see https://github.com/zendframework/zend-db/issues/35
7676
* @see https://github.com/zendframework/zend-db/pull/178
7777
*/
78-
public function testInsertWithExtendedCharsetFieldName(): int
78+
public function testInsertWithExtendedCharsetFieldName(): int|string
7979
{
8080
$tableGateway = new TableGateway('test_charset', $this->getAdapter());
8181

0 commit comments

Comments
 (0)