Skip to content

Commit b445647

Browse files
committed
Fix PHPDoc
1 parent cb59979 commit b445647

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Jenssegers/Mongodb/Model.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ abstract class Model extends \Jenssegers\Eloquent\Model {
4545
/**
4646
* Custom accessor for the model's id.
4747
*
48-
* @return string
48+
* @param mixed $value
49+
*
50+
* @return mixed
4951
*/
5052
public function getIdAttribute($value)
5153
{

0 commit comments

Comments
 (0)