Skip to content

Commit 69551df

Browse files
committed
update
1 parent b2be810 commit 69551df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Orm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class Orm
66
{
77
/**
8-
* @var array<string, ?string> $object
8+
* @param array<string, ?string> $object
99
*/
1010
public static function insert(string $tableName, array $object): int
1111
{

0 commit comments

Comments
 (0)