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 f95c1ab commit 3f27d1fCopy full SHA for 3f27d1f
wcfsetup/install/files/lib/data/TFastCreate.class.php
@@ -21,7 +21,7 @@ trait TFastCreate
21
* @see IEditableObject::create()
22
* @return int|string
23
*/
24
- public static function fastCreate(array $parameters)
+ public static function fastCreate(array $parameters): int|string
25
{
26
$keys = $values = '';
27
$statementParameters = [];
0 commit comments