Skip to content

Commit 627875a

Browse files
committed
Add return type declaration to testTableSchemaConstraintsWithPdoUppercase and testTableSchemaConstraintsWithPdoLowercase methods.
1 parent eff3c15 commit 627875a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/framework/db/mysql/SchemaTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function testTableSchemaConstraints($tableName, $type, $expected): void
129129
* @param string $type
130130
* @param mixed $expected
131131
*/
132-
public function testTableSchemaConstraintsWithPdoUppercase($tableName, $type, $expected)
132+
public function testTableSchemaConstraintsWithPdoUppercase($tableName, $type, $expected): void
133133
{
134134
$version = $this->getConnection(false)->getServerVersion();
135135

@@ -166,7 +166,7 @@ public function testTableSchemaConstraintsWithPdoUppercase($tableName, $type, $e
166166
* @param string $type
167167
* @param mixed $expected
168168
*/
169-
public function testTableSchemaConstraintsWithPdoLowercase($tableName, $type, $expected)
169+
public function testTableSchemaConstraintsWithPdoLowercase($tableName, $type, $expected): void
170170
{
171171
$version = $this->getConnection(false)->getServerVersion();
172172

0 commit comments

Comments
 (0)