Skip to content

Commit 3f27d1f

Browse files
committed
Fix the return signature
1 parent f95c1ab commit 3f27d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wcfsetup/install/files/lib/data/TFastCreate.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ trait TFastCreate
2121
* @see IEditableObject::create()
2222
* @return int|string
2323
*/
24-
public static function fastCreate(array $parameters)
24+
public static function fastCreate(array $parameters): int|string
2525
{
2626
$keys = $values = '';
2727
$statementParameters = [];

0 commit comments

Comments
 (0)