Skip to content

Commit ff64911

Browse files
authored
Merge pull request #16 from coderflexx/docblock
Enhancements
2 parents 038d421 + dd7ad3b commit ff64911

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/PendingVisit.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct(protected Model $model)
3838
* Set IP attribute
3939
*
4040
* @param string $ip
41-
* @return $this
41+
* @return self
4242
*/
4343
public function withIP(string $ip = null): self
4444
{
@@ -51,7 +51,7 @@ public function withIP(string $ip = null): self
5151
* Set Session attribute
5252
*
5353
* @param string $session
54-
* @return $this
54+
* @return self
5555
*/
5656
public function withSession(string $session = null): self
5757
{
@@ -64,7 +64,7 @@ public function withSession(string $session = null): self
6464
* Set Custom Data attribute
6565
*
6666
* @param array $data
67-
* @return $this
67+
* @return self
6868
*/
6969
public function withData(array $data): self
7070
{
@@ -81,7 +81,7 @@ public function withData(array $data): self
8181
* Set User attribute
8282
*
8383
* @param Model $user
84-
* @return $this
84+
* @return self
8585
*/
8686
public function withUser(Model $user = null): self
8787
{

0 commit comments

Comments
 (0)