Skip to content

Commit f082905

Browse files
committed
docs: fix typo in doc comment
1 parent 0971d40 commit f082905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/UserModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public function activate(User $user): void
222222
*
223223
* @throws ValidationException
224224
*
225-
* @retrun true|int|string Insert ID if $returnID is true
225+
* @return int|string|true Insert ID if $returnID is true
226226
*/
227227
public function insert($data = null, bool $returnID = true)
228228
{

0 commit comments

Comments
 (0)